|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.common.AbstractOrderedTreeNode
org.foray.fotree.FObj
org.foray.fotree.fo.obj.AbstractCharacterSequence
public abstract class AbstractCharacterSequence
Abstract superclass for representations of characters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.foray.common.AbstractOrderedTreeNode |
|---|
AbstractOrderedTreeNode.PostOrderDescendantIterator |
| Field Summary | |
|---|---|
static char |
DISCARD_CHAR
Constant indicating that a given character should be discarded. |
| Fields inherited from class org.foray.fotree.FObj |
|---|
EMPTY_CHILD_LIST, PAGE_CITATION_TEXT_SEGMENT |
| Fields inherited from interface org.axsl.fo.Fo |
|---|
DIMENSION_AUTO |
| Fields inherited from interface org.axsl.fo.fo.prop.CommonPositionPa |
|---|
ABSOLUTE_POSITION_AUTO |
| Constructor Summary | |
|---|---|
protected |
AbstractCharacterSequence(FObj parent)
Constructor. |
| Method Summary | |
|---|---|
Object |
acceptProxyFactory(org.axsl.fo.ProxyFactory factory)
|
void |
addChild(FObj node)
Add a child to this object. |
static char |
applyLinefeedTreatment(char c,
org.axsl.common.value.LinefeedTreatment linefeedTreatment)
Applies the linefeed treatment to a specific character. |
static StringBuilder |
applyLinefeedTreatment(StringBuilder charArray,
org.axsl.common.value.LinefeedTreatment inputLinefeedTreatment)
Applies linefeed-treatment to an array of characters. |
static char |
applyTextTransform(org.axsl.common.value.TextTransform textTransform,
boolean isFirstCharInWord,
char c)
Applies text-transform to one character. |
static char |
applyWhiteSpaceCollapse(char charBefore,
char c,
char charAfter)
Applies white-space-collapse to one char. |
static char |
applyWhiteSpaceCollapse(CharSequence charArray,
int index)
Applies white-space-collapse to one character of charArray. |
static StringBuilder |
applyWhiteSpaceCollapse(StringBuilder charArray,
boolean whiteSpaceCollapse)
Applies white-space-collapse to an array of characters. |
static char |
applyWhiteSpaceTreatment(char charBefore,
char c,
char charAfter,
org.axsl.common.value.WhiteSpaceTreatment whiteSpaceTreatment)
Applies white space treatment to a single character. |
static char |
applyWhiteSpaceTreatment(CharSequence charArray,
int index,
org.axsl.common.value.WhiteSpaceTreatment whiteSpaceTreatment)
Applies white space treatment to a character array. |
static StringBuilder |
applyWhiteSpaceTreatment(StringBuilder charArray,
org.axsl.common.value.WhiteSpaceTreatment inputWhiteSpaceTreatment)
Applies white-space-treatment to an array of characters. |
void |
end()
This method is a hook into the parsing process, primarily to allow the subclass to do some validation or setup work after the object and all of its properties have been parsed and all of its children processed. |
boolean |
getAllowsChildren()
|
FObj |
getChildAt(int index)
|
List<FObj> |
getChildren()
Return the List of this node's children. |
int |
getColumn()
|
org.axsl.fo.FoLineText |
getContextWrapper(org.axsl.fo.FoContext context)
|
org.axsl.fo.fo.GraftingPoint |
getGraftingPoint()
|
int |
getLine()
|
String |
getName()
|
Namespace |
getNamespace()
Gets the Namespace instance that is associated with this object. |
FObj |
getParent()
|
org.axsl.font.FontUse |
getPrimaryFont(org.axsl.fo.FoContext context)
|
PropertyList |
getPropertyList()
Returns the property list for this FObj. |
String |
getSystemId()
|
org.axsl.fo.FoLineText |
getWrapped()
|
org.axsl.common.i18n.Country |
inlineCountry()
Returns the country code for this node. |
int |
inlineFauxSmallCapsFontSize()
|
int |
inlineFauxSmallCapsFontSize(org.axsl.fo.FoContext context)
|
org.axsl.font.FontOptions |
inlineFontOptions()
|
int |
inlineFontSize()
|
int |
inlineFontSize(org.axsl.fo.FoContext context)
|
boolean |
inlineHyphenate()
|
boolean |
inlineHyphenate(org.axsl.fo.FoContext context)
|
int |
inlineHyphenationCharacter()
|
int |
inlineHyphenationCharacter(org.axsl.fo.FoContext context)
|
int |
inlineHyphenationPushCount()
|
int |
inlineHyphenationPushCount(org.axsl.fo.FoContext context)
|
int |
inlineHyphenationRemainCount()
|
int |
inlineHyphenationRemainCount(org.axsl.fo.FoContext context)
|
boolean |
inlineIsFauxSmallCaps()
|
boolean |
inlineIsFauxSmallCaps(org.axsl.fo.FoContext context)
|
org.axsl.common.i18n.Language |
inlineLanguage()
Returns the language code for this node. |
int |
inlineLetterSpacingOptimum()
|
int |
inlineLetterSpacingOptimum(org.axsl.fo.FoContext context)
|
org.axsl.common.i18n.Orthography |
inlineOrthography()
|
org.axsl.font.FontUse |
inlinePrimaryFont()
|
org.axsl.font.FontUse |
inlinePrimaryFont(org.axsl.fo.FoContext context)
|
org.axsl.font.FontUse |
inlineSecondaryFont(char c)
|
org.axsl.font.FontUse |
inlineSecondaryFont(org.axsl.fo.FoContext context,
char c)
|
CharSequence |
inlineText()
|
CharSequence |
inlineText(org.axsl.fo.FoContext context)
|
int |
inlineWordSpacingOptimum()
|
int |
inlineWordSpacingOptimum(org.axsl.fo.FoContext context)
|
boolean |
inlineWrapOption()
|
boolean |
inlineWrapOption(org.axsl.fo.FoContext context)
|
abstract boolean |
isAllWhiteSpace()
Indicates whether this text item is all whitespace. |
boolean |
isContentBlock()
Reports whether the object fits the %block parameter entity described in XSL-FO Std 1.0, Section 6.2. |
boolean |
isContentInline()
Reports whether the object fits the %inline parameter entity described in XSL-FO Std 1.0, Section 6.2. |
boolean |
isContentPcdata()
Reports whether the object fits the #PCDATA content type in XSL-FO Std 1.0, Section 6.2. |
boolean |
isLastItemInBlock()
|
boolean |
isValid()
|
org.axsl.text.line.LineText |
nextContiguousLineText()
|
org.axsl.text.line.LineText |
previousContiguousLineText()
|
void |
setup()
A hook into the parsing process which allows the subclass instance to do some initialization-type work after all of the properties have been parsed, but before any of the children have been parsed. |
String |
traitId()
Overrides standard logic, because, although property "id" applies to fo:character, there is no way to set such a property on a sequence of fo:character objects that are inferred from #PCDATA. |
void |
validateAncestry()
A hook into the parsing process which allows the subclass instance to validate its ancestry. |
void |
validateDescendants()
A hook into the parsing process which allows the subclass instance to validate its descendants. |
void |
validateProperties()
A hook into the parsing process which allows the subclass instance to validate its properties. |
| Methods inherited from class org.foray.common.AbstractOrderedTreeNode |
|---|
children, getChildCount, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLevel, getNextLeaf, getNextSibling, getPreviousLeaf, getPreviousSibling, getSharedAncestor, hasChildren, isLeaf, isNodeAncestor, isNodeDescendant, nextPostOrderNode, nextPreOrderNode, postOrderDescendantIterator, siblingIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.axsl.fo.Fo |
|---|
ancestorBasicLink, ancestorListRelatedObject, ancestorMarker, ancestorTable, getContextMessage, getSequentialIndex, isBlockLevelFo, qtyMarkerChildren, traitIsReferenceArea |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getChildCount, getIndex, isLeaf |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonAuralPa |
|---|
getVoice, traitAzimuth, traitCueAfter, traitCueBefore, traitElevation, traitPauseAfter, traitPauseBefore, traitPitch, traitPitchRange, traitPlayDuring, traitPlayDuringMix, traitPlayDuringRepeat, traitRichness, traitSpeak, traitSpeakHeader, traitSpeakNumeral, traitSpeakPunctuation, traitSpeechRate, traitStress, traitVoiceFamily, traitVolume |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonBorderPaddingBgPa |
|---|
traitBackgroundAttachment, traitBackgroundColor, traitBackgroundImage, traitBackgroundPositionHorizontal, traitBackgroundPositionVertical, traitBackgroundRepeat, traitBorderAfterColor, traitBorderAfterStyle, traitBorderAfterWidth, traitBorderBeforeColor, traitBorderBeforeStyle, traitBorderBeforeWidth, traitBorderEndColor, traitBorderEndStyle, traitBorderEndWidth, traitBorderStartColor, traitBorderStartStyle, traitBorderStartWidth, traitPaddingAfter, traitPaddingBefore, traitPaddingEnd, traitPaddingStart |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonFontPa |
|---|
getSecondaryFont, traitFontSizeActual |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonHyphenationPa |
|---|
traitCountry, traitHyphenate, traitHyphenationCharacter, traitHyphenationPushCharacterCount, traitHyphenationRemainCharacterCount, traitLanguage, traitScript |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginInlinePa |
|---|
traitSpaceEndConditionality, traitSpaceEndMaximum, traitSpaceEndMinimum, traitSpaceEndPrecedence, traitSpaceStartConditionality, traitSpaceStartMaximum, traitSpaceStartMinimum, traitSpaceStartPrecedence |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginInlineOptimumPa |
|---|
traitSpaceEndOptimum, traitSpaceStartOptimum |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonRelativePositionPa |
|---|
traitRelativePosition |
| Methods inherited from interface org.axsl.fo.fo.prop.CommonPositionPa |
|---|
traitBottom, traitLeft, traitRight, traitTop |
| Methods inherited from interface org.axsl.fo.fo.prop.AlignmentAdjustPa |
|---|
traitAlignmentAdjust |
| Methods inherited from interface org.axsl.fo.fo.prop.TreatAsWordSpacePa |
|---|
traitTreatAsWordSpace |
| Methods inherited from interface org.axsl.fo.fo.prop.AlignmentBaselinePa |
|---|
traitAlignmentBaseline |
| Methods inherited from interface org.axsl.fo.fo.prop.BaselineShiftPa |
|---|
traitBaselineShift |
| Methods inherited from interface org.axsl.fo.fo.prop.CharacterPa |
|---|
getAreaTreeText |
| Methods inherited from interface org.axsl.fo.fo.prop.ColorPa |
|---|
traitColor |
| Methods inherited from interface org.axsl.fo.fo.prop.DominantBaselinePa |
|---|
traitDominantBaseline |
| Methods inherited from interface org.axsl.fo.fo.prop.TextDepthPa |
|---|
traitTextDepth |
| Methods inherited from interface org.axsl.fo.fo.prop.TextAltitudePa |
|---|
traitTextAltitude |
| Methods inherited from interface org.axsl.fo.fo.prop.GlyphOrientationHorizontalPa |
|---|
traitGlyphOrientationHorizontal |
| Methods inherited from interface org.axsl.fo.fo.prop.GlyphOrientationVerticalPa |
|---|
traitGlyphOrientationVertical |
| Methods inherited from interface org.axsl.fo.fo.prop.IndexClassPa |
|---|
traitIndexClass |
| Methods inherited from interface org.axsl.fo.fo.prop.IndexKeyPa |
|---|
traitIndexKey |
| Methods inherited from interface org.axsl.fo.fo.prop.KeepWithNextPa |
|---|
traitKeepWithNextWithinColumn, traitKeepWithNextWithinLine, traitKeepWithNextWithinPage |
| Methods inherited from interface org.axsl.fo.fo.prop.KeepWithPreviousPa |
|---|
traitKeepWithPreviousWithinColumn, traitKeepWithPreviousWithinLine, traitKeepWithPreviousWithinPage |
| Methods inherited from interface org.axsl.fo.fo.prop.LetterSpacingPa |
|---|
traitLetterSpacingConditionality, traitLetterSpacingMax, traitLetterSpacingMin, traitLetterSpacingOpt, traitLetterSpacingPrecedence |
| Methods inherited from interface org.axsl.fo.fo.prop.LineHeightPa |
|---|
traitHalfLeadingConditionality, traitHalfLeadingMax, traitHalfLeadingMin, traitHalfLeadingOpt, traitHalfLeadingPrecedence |
| Methods inherited from interface org.axsl.fo.fo.prop.ScoreSpacesPa |
|---|
traitScoreSpaces |
| Methods inherited from interface org.axsl.fo.fo.prop.SuppressAtLineBreakPa |
|---|
traitSuppressAtLineBreak |
| Methods inherited from interface org.axsl.fo.fo.prop.TextDecorationPa |
|---|
traitBlink, traitOverlineScore, traitOverlineScoreColor, traitThroughScore, traitThroughScoreColor, traitUnderlineScore, traitUnderlineScoreColor |
| Methods inherited from interface org.axsl.fo.fo.prop.TextShadowPa |
|---|
traitTextShadow |
| Methods inherited from interface org.axsl.fo.fo.prop.VisibilityPa |
|---|
traitVisibility |
| Methods inherited from interface org.axsl.fo.fo.prop.WordSpacingPa |
|---|
traitWordSpacingConditionality, traitWordSpacingMax, traitWordSpacingMin, traitWordSpacingOpt, traitWordSpacingPrecedence |
| Field Detail |
|---|
public static final char DISCARD_CHAR
| Constructor Detail |
|---|
protected AbstractCharacterSequence(FObj parent)
parent - The parent of| Method Detail |
|---|
public FObj getParent()
getParent in interface TreeNodegetParent in interface org.axsl.fo.FogetParent in class FObjpublic List<FObj> getChildren()
AbstractOrderedTreeNode
getChildren in class FObjpublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodegetAllowsChildren in class FObjpublic abstract boolean isAllWhiteSpace()
public CharSequence inlineText()
inlineText in interface org.axsl.text.line.LineTextpublic CharSequence inlineText(org.axsl.fo.FoContext context)
inlineText in interface org.axsl.fo.FoLineTextpublic org.axsl.font.FontUse inlinePrimaryFont()
inlinePrimaryFont in interface org.axsl.text.line.LineTextpublic org.axsl.font.FontUse inlinePrimaryFont(org.axsl.fo.FoContext context)
inlinePrimaryFont in interface org.axsl.fo.FoLineTextpublic org.axsl.font.FontUse inlineSecondaryFont(char c)
inlineSecondaryFont in interface org.axsl.text.line.LineText
public org.axsl.font.FontUse inlineSecondaryFont(org.axsl.fo.FoContext context,
char c)
inlineSecondaryFont in interface org.axsl.fo.FoLineTextpublic int inlineFontSize()
inlineFontSize in interface org.axsl.text.line.LineTextpublic int inlineFontSize(org.axsl.fo.FoContext context)
inlineFontSize in interface org.axsl.fo.FoLineTextpublic int inlineLetterSpacingOptimum()
inlineLetterSpacingOptimum in interface org.axsl.text.line.LineTextpublic int inlineLetterSpacingOptimum(org.axsl.fo.FoContext context)
inlineLetterSpacingOptimum in interface org.axsl.fo.FoLineTextpublic int inlineWordSpacingOptimum()
inlineWordSpacingOptimum in interface org.axsl.text.line.LineTextpublic int inlineWordSpacingOptimum(org.axsl.fo.FoContext context)
inlineWordSpacingOptimum in interface org.axsl.fo.FoLineTextpublic boolean inlineWrapOption()
inlineWrapOption in interface org.axsl.text.line.LineTextpublic boolean inlineWrapOption(org.axsl.fo.FoContext context)
inlineWrapOption in interface org.axsl.fo.FoLineTextpublic boolean inlineHyphenate()
inlineHyphenate in interface org.axsl.text.line.LineTextpublic boolean inlineHyphenate(org.axsl.fo.FoContext context)
inlineHyphenate in interface org.axsl.fo.FoLineTextpublic org.axsl.common.i18n.Language inlineLanguage()
public org.axsl.common.i18n.Country inlineCountry()
public org.axsl.common.i18n.Orthography inlineOrthography()
inlineOrthography in interface org.axsl.text.line.LineTextpublic int inlineHyphenationRemainCount()
inlineHyphenationRemainCount in interface org.axsl.text.line.LineTextpublic int inlineHyphenationRemainCount(org.axsl.fo.FoContext context)
inlineHyphenationRemainCount in interface org.axsl.fo.FoLineTextpublic int inlineHyphenationPushCount()
inlineHyphenationPushCount in interface org.axsl.text.line.LineTextpublic int inlineHyphenationPushCount(org.axsl.fo.FoContext context)
inlineHyphenationPushCount in interface org.axsl.fo.FoLineTextpublic int inlineHyphenationCharacter()
inlineHyphenationCharacter in interface org.axsl.text.line.LineTextpublic int inlineHyphenationCharacter(org.axsl.fo.FoContext context)
inlineHyphenationCharacter in interface org.axsl.fo.FoLineTextpublic boolean inlineIsFauxSmallCaps()
inlineIsFauxSmallCaps in interface org.axsl.text.line.LineTextpublic boolean inlineIsFauxSmallCaps(org.axsl.fo.FoContext context)
inlineIsFauxSmallCaps in interface org.axsl.fo.FoLineTextpublic int inlineFauxSmallCapsFontSize()
inlineFauxSmallCapsFontSize in interface org.axsl.text.line.LineTextpublic int inlineFauxSmallCapsFontSize(org.axsl.fo.FoContext context)
inlineFauxSmallCapsFontSize in interface org.axsl.fo.FoLineTextpublic org.axsl.text.line.LineText nextContiguousLineText()
nextContiguousLineText in interface org.axsl.text.line.LineTextpublic org.axsl.text.line.LineText previousContiguousLineText()
previousContiguousLineText in interface org.axsl.text.line.LineTextpublic boolean isLastItemInBlock()
isLastItemInBlock in interface org.axsl.text.line.LineContent
public static char applyWhiteSpaceTreatment(CharSequence charArray,
int index,
org.axsl.common.value.WhiteSpaceTreatment whiteSpaceTreatment)
charArray - char array containing character to be converted.index - Index into charArray pointing to a char element that is
to be converted.whiteSpaceTreatment - The value of the whitespace-treatment trait.
DISCARD_CHAR if charArray[index] should be discarded.
Note that DISCARD_CHAR is not a valid Unicode codepoint, and
should therefore never be in the input.
public static char applyWhiteSpaceTreatment(char charBefore,
char c,
char charAfter,
org.axsl.common.value.WhiteSpaceTreatment whiteSpaceTreatment)
charBefore - The char immediately before the char being tested, or -1 if there is none.c - The char being tested.charAfter - The char immediately after the char being tested, or -1 of there is none.whiteSpaceTreatment - The value of the whitespace-treatment trait.
DISCARD_CHAR if this char should be discarded.
Note that DISCARD_CHAR is not a valid Unicode codepoint, and should therefore never be in the input.
public static StringBuilder applyWhiteSpaceTreatment(StringBuilder charArray,
org.axsl.common.value.WhiteSpaceTreatment inputWhiteSpaceTreatment)
charArray - The char array whose contents should be converted.inputWhiteSpaceTreatment - The value of the white-space-treatment
property, one of FoValue.IGNORE,
FoValue.PRESERVE,
FoValue.IGNORE_IF_BEFORE_LINEFEED,
FoValue.IGNORE_IF_AFTER_LINEFEED,
or FoValue.IGNORE_IF_SURROUNDING_LINEFEED.
charArray is returned.
Otherwise, a new char array with the result is returned.
public static char applyLinefeedTreatment(char c,
org.axsl.common.value.LinefeedTreatment linefeedTreatment)
c - The character being processed, which should always be a
linefeed character.linefeedTreatment - The value of the linefeed-treatment trait.
DISCARD_CHAR indicating that the character should be
removed.
public static StringBuilder applyLinefeedTreatment(StringBuilder charArray,
org.axsl.common.value.LinefeedTreatment inputLinefeedTreatment)
charArray - The char array whose contents should be converted.inputLinefeedTreatment - The value of the linefeed-treatment
property, one of
FoValue.IGNORE,
FoValue.PRESERVE,
FoValue.TREAT_AS_SPACE,
or FoValue.TREAT_AS_ZERO_WIDTH_SPACE.
charArray is returned. Otherwise, a new char array with the
result is returned.
public static char applyTextTransform(org.axsl.common.value.TextTransform textTransform,
boolean isFirstCharInWord,
char c)
textTransform - The text-transform value to use.isFirstCharInWord - Indicates whether this is the first character in a word.c - The character to be converted.
c if no conversion is performed.
public static char applyWhiteSpaceCollapse(CharSequence charArray,
int index)
Applies white-space-collapse to one character of charArray.
Per http://lists.w3.org/Archives/Public/xsl-editors/2002OctDec/0004, elements in previous or subsequent FOs should not be considered.
charArray - The char[] that is being converted.index - The 0-based index into charArray that points to the char that is being tested.
DISCARD_CHAR if the previous character is whitespace or if the next character is a line-feed.
If neither of these is true, returns the original character.
public static char applyWhiteSpaceCollapse(char charBefore,
char c,
char charAfter)
charBefore - The character before c, or DISCARD_CHAR if there is none.c - The character being considered for conversion.charAfter - The character after c, or DISCARD_CHAR if there is none.
DISCARD_CHAR if the previous character is whitespace or if the next character is a line-feed.
If neither of these is true, returns the original character.
public static StringBuilder applyWhiteSpaceCollapse(StringBuilder charArray,
boolean whiteSpaceCollapse)
Per http://lists.w3.org/Archives/Public/xsl-editors/2002OctDec/0004, elements in previous or subsequent FOs should not be considered.
charArray - The char array whose contents should be converted.whiteSpaceCollapse - The value of the white-space-collapse property.
charArray is returned.
Otherwise, a new char array with the result is returned.public String getSystemId()
getSystemId in interface org.axsl.fo.FogetSystemId in class FObjpublic int getLine()
getLine in interface org.axsl.fo.FogetLine in class FObjpublic int getColumn()
getColumn in interface org.axsl.fo.FogetColumn in class FObjpublic Object acceptProxyFactory(org.axsl.fo.ProxyFactory factory)
acceptProxyFactory in interface org.axsl.fo.Fopublic org.axsl.fo.FoLineText getContextWrapper(org.axsl.fo.FoContext context)
getContextWrapper in interface org.axsl.fo.FoLineTextpublic org.axsl.fo.FoLineText getWrapped()
getWrapped in interface org.axsl.fo.FoLineTextpublic org.axsl.fo.fo.GraftingPoint getGraftingPoint()
getGraftingPoint in interface org.axsl.fo.FoLineTextpublic void end()
FObj
end in class FObjpublic void validateAncestry()
FObj
validateAncestry in class FObjpublic void validateProperties()
FObj
validateProperties in class FObj
public void validateDescendants()
throws org.axsl.fo.FoTreeException
FObj
validateDescendants in class FObjorg.axsl.fo.FoTreeException - For invalid descendants.public void setup()
FObj
setup in class FObjpublic void addChild(FObj node)
FObj
addChild in class FObjnode - The child to be added.public boolean isContentBlock()
FObj
isContentBlock in class FObjpublic boolean isContentInline()
FObj
isContentInline in class FObjpublic boolean isContentPcdata()
FObj
isContentPcdata in class FObjpublic String getName()
getName in interface org.axsl.fo.FogetName in class FObjpublic Namespace getNamespace()
FObj
getNamespace in class FObjpublic PropertyList getPropertyList()
getPropertyList in class FObjpublic org.axsl.font.FontUse getPrimaryFont(org.axsl.fo.FoContext context)
getPrimaryFont in interface org.axsl.fo.fo.prop.CommonFontPapublic String traitId()
traitId in interface org.axsl.fo.fo.prop.IdPatraitId in class FObjpublic FObj getChildAt(int index)
getChildAt in interface TreeNodegetChildAt in interface org.axsl.fo.Fopublic boolean isValid()
isValid in interface org.axsl.fo.Fopublic org.axsl.font.FontOptions inlineFontOptions()
inlineFontOptions in interface org.axsl.text.line.LineText
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||