|
fop 0.92beta | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.PropertySets
Constructor Summary | |
PropertySets()
|
Method Summary | |
static boolean |
canHaveMarkers(int elementId)
Determines if fo:markers are allowed as children for the given FO |
static boolean |
generatesInlineAreas(int elementId)
Determines if the FO generates inline areas. |
static short[] |
getPropertySet(int elementId)
|
void |
initialize()
|
void |
initializeCommon()
|
void |
initializeElements()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertySets()
Method Detail |
public void initializeElements()
public void initializeCommon()
public void initialize()
public static short[] getPropertySet(int elementId)
public static boolean canHaveMarkers(int elementId)
elementId
- Constants enumeration ID of the FO (e.g., FO_ROOT)
public static boolean generatesInlineAreas(int elementId)
elementId
- Constants enumeration ID of the FO (e.g., FO_ROOT)
|
fop 0.92beta | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |