|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScalingValueCitation
An fo:scaling-value-citation object in XSL-FO. See XSL-FO 1.1 Section 6.6.15.
Field Summary |
---|
Fields inherited from interface org.axsl.fo.Fo |
---|
DIMENSION_AUTO |
Fields inherited from interface org.axsl.fo.fo.prop.CommonPositionPa |
---|
ABSOLUTE_POSITION_AUTO |
Method Summary | |
---|---|
java.lang.String |
getAppliedScaleFactorString(int actualScaleFactor)
Returns the "applied scale-factor string", that is, the applied scale-factor converted to a string using the number-to-string conversion properties. |
Methods inherited from interface org.axsl.fo.Fo |
---|
acceptProxyFactory, ancestorBasicLink, ancestorListRelatedObject, ancestorMarker, ancestorTable, getChildAt, getColumn, getContextMessage, getLine, getName, getParent, getSequentialIndex, getSystemId, isBlockLevelFo, qtyMarkerChildren, traitIsReferenceArea |
Methods inherited from interface javax.swing.tree.TreeNode |
---|
children, getAllowsChildren, getChildCount, getIndex, isLeaf |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Methods inherited from interface org.axsl.fo.FoLineNonText |
---|
getContextWrapper, getGraftingPoint, getWrapped, inlineSizeMaximum, inlineSizeMinimum, inlineSizeOptimum |
Methods inherited from interface org.axsl.text.line.LineNonText |
---|
inlineSizeMaximum, inlineSizeMinimum, inlineSizeOptimum |
Methods inherited from interface org.axsl.text.line.LineContent |
---|
isLastItemInBlock |
Methods inherited from interface org.axsl.fo.fo.prop.CommonAccessibilityPa |
---|
traitRole, traitSourceDocument |
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.CommonFontPa |
---|
getPrimaryFont, getSecondaryFont, traitFontSizeActual |
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.AlignmentBaselinePa |
---|
traitAlignmentBaseline |
Methods inherited from interface org.axsl.fo.fo.prop.BaselineShiftPa |
---|
traitBaselineShift |
Methods inherited from interface org.axsl.fo.fo.prop.DominantBaselinePa |
---|
traitDominantBaseline |
Methods inherited from interface org.axsl.fo.fo.prop.IdPa |
---|
traitId |
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.RefIdPa |
---|
traitRefId |
Methods inherited from interface org.axsl.fo.fo.prop.ScoreSpacesPa |
---|
traitScoreSpaces |
Methods inherited from interface org.axsl.fo.fo.prop.TextAltitudePa |
---|
traitTextAltitude |
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.TextDepthPa |
---|
traitTextDepth |
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 |
Methods inherited from interface org.axsl.fo.fo.prop.WrapOptionPa |
---|
traitWrapOption |
Method Detail |
---|
java.lang.String getAppliedScaleFactorString(int actualScaleFactor)
actualScaleFactor
- The scale factor that was actually applied to
either the intrinsic width or intrinsic height of the cited
fo:external-graphic, depending on the "scale-option" trait for this
object.
Note that this is a different value than the "applied scale-factor"
described in the XSL-FO 1.1 Recommendation, which includes the
"intrinsic-scale-value" property as a factor.
Implementations should of course apply that property in the computation
of the String returned by this method.
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.