|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Super-interface for all inline areas.
Method Summary | |
int |
baselineX()
The absolute X position of the alignment point at which the cursor should be positioned before writing this item in the output. |
int |
baselineY()
The absolute Y position of the alignment point at which the cursor should be positioned before writing this item in the output. |
LineArea |
getLineArea()
Return the parent LineArea instance. |
FontUse |
getPrimaryFont()
The primary font for this Area. |
FontUse |
getSecondaryFont(int codePoint)
The secondary font for this Area. |
int |
letterSpacing()
The letter-spacing for this Area. |
int |
traitFontSize()
The font-size for this Area. |
boolean |
traitOverlineScore()
The "overline-score" trait. |
java.awt.Color |
traitOverlineScoreColor()
The "overline-score-color" trait. |
boolean |
traitThroughScore()
The "through-score" trait. |
java.awt.Color |
traitThroughScoreColor()
The "through-score-color" trait. |
boolean |
traitUnderlineScore()
The "underline-score" trait. |
java.awt.Color |
traitUnderlineScoreColor()
The "underline-score-color" trait. |
Methods inherited from interface org.axsl.areaR.Area |
brBPD, brIPD, brOriginX, brOriginY, brPoints, crBPD, crIPD, crOriginX, crOriginY, destinationName, generatedByExists, generatedByName, getColor, getProgressionDimension, linkDestination, linkType, prOriginX, prOriginY, rrBPD, rrIPD, rrOriginX, rrOriginY, traitBorderAfterColor, traitBorderAfterWidth, traitBorderBeforeColor, traitBorderBeforeWidth, traitBorderEndColor, traitBorderEndWidth, traitBorderStartColor, traitBorderStartWidth, traitOverflow, traitScaling |
Methods inherited from interface org.axsl.areaR.AreaNode |
ancestorLineAreaOut, getAreaName, getChildren, getFontConsumer, getParentOut, render, traitColor, traitFontStyle, traitFontWeight, traitId, traitInternalDestination |
Method Detail |
public int baselineX()
public int baselineY()
public int letterSpacing()
public FontUse getPrimaryFont()
public FontUse getSecondaryFont(int codePoint)
codePoint
- The Unicode code point which should be used to obtain a
secondary font.
This should ordinarily be the next character to be rendered that the
primary font cannot render.
public int traitFontSize()
public boolean traitUnderlineScore()
public boolean traitOverlineScore()
public boolean traitThroughScore()
public java.awt.Color traitUnderlineScoreColor()
public java.awt.Color traitOverlineScoreColor()
public java.awt.Color traitThroughScoreColor()
public LineArea getLineArea()
|
aXSL API 0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.