|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.datatypes.LengthRange
public class LengthRange
a "progression-dimension" quantity ex. block-progression-dimension, inline-progression-dimension corresponds to the triplet min-height, height, max-height (or width)
Constructor Summary | |
---|---|
LengthRange()
|
Method Summary | |
---|---|
Property |
getComponent(String sCmpnName)
|
Property |
getMaximum()
|
Property |
getMinimum()
|
Property |
getOptimum()
|
void |
setComponent(String sCmpnName,
Property cmpnValue,
boolean bIsDefault)
|
protected void |
setMaximum(Property max,
boolean bIsDefault)
Set maximum value to max if it is >= optimum or optimum isn't set. |
protected void |
setMinimum(Property minimum,
boolean bIsDefault)
Set minimum value to min. |
protected void |
setOptimum(Property opt,
boolean bIsDefault)
Set the optimum value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LengthRange()
Method Detail |
---|
public void setComponent(String sCmpnName, Property cmpnValue, boolean bIsDefault)
setComponent
in interface CompoundDatatype
public Property getComponent(String sCmpnName)
getComponent
in interface CompoundDatatype
protected void setMinimum(Property minimum, boolean bIsDefault)
min
- A Length value specifying the minimum value for this
LengthRange.bIsDefault
- If true, this is set as a "default" value
and not a user-specified explicit value.protected void setMaximum(Property max, boolean bIsDefault)
max
- A Length value specifying the maximum value for thisbIsDefault
- If true, this is set as a "default" value
and not a user-specified explicit value.protected void setOptimum(Property opt, boolean bIsDefault)
opt
- A Length value specifying the optimum value for thisbIsDefault
- If true, this is set as a "default" value
and not a user-specified explicit value.public Property getMinimum()
public Property getMaximum()
public Property getOptimum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |