Uses of Class
org.apache.fop.traits.Direction
-
Packages that use Direction Package Description org.apache.fop.complexscripts.bidi org.apache.fop.fo.flow All the block- and inline-level flow formatting objects.org.apache.fop.fo.flow.table org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.render Generic renderer interface.org.apache.fop.render.pdf PDF Rendererorg.apache.fop.traits Trait classes and other supporting data structures. -
-
Uses of Direction in org.apache.fop.complexscripts.bidi
Methods in org.apache.fop.complexscripts.bidi with parameters of type Direction Modifier and Type Method Description private void
DelimitedTextRange. assignBlockLevel(Direction paragraphEmbeddingLevel)
private void
DelimitedTextRange. resolve(Direction paragraphEmbeddingLevel)
static int[]
UnicodeBidiAlgorithm. resolveLevels(java.lang.CharSequence cs, Direction defaultLevel)
Resolve the directionality levels of each character in a character seqeunce. -
Uses of Direction in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that return Direction Modifier and Type Method Description Direction
BlockContainer. getBlockProgressionDirection()
Obtain block progression direction.Direction
InlineContainer. getBlockProgressionDirection()
Direction
BlockContainer. getColumnProgressionDirection()
Obtain column progression direction.Direction
InlineContainer. getColumnProgressionDirection()
Direction
BlockContainer. getInlineProgressionDirection()
Obtain inline progression direction.Direction
InlineContainer. getInlineProgressionDirection()
Direction
BlockContainer. getRowProgressionDirection()
Obtain row progression direction.Direction
InlineContainer. getRowProgressionDirection()
Direction
BlockContainer. getShiftDirection()
Obtain (baseline) shift direction.Direction
InlineContainer. getShiftDirection()
-
Uses of Direction in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that return Direction Modifier and Type Method Description Direction
Table. getBlockProgressionDirection()
Direction
Table. getColumnProgressionDirection()
Direction
Table. getInlineProgressionDirection()
Direction
Table. getRowProgressionDirection()
Direction
Table. getShiftDirection()
-
Uses of Direction in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that return Direction Modifier and Type Method Description Direction
PageSequence. getBlockProgressionDirection()
Direction
PageSequence. getColumnProgressionDirection()
Direction
PageSequence. getInlineProgressionDirection()
Direction
PageSequence. getRowProgressionDirection()
Direction
PageSequence. getShiftDirection()
-
Uses of Direction in org.apache.fop.render
Fields in org.apache.fop.render declared as Direction Modifier and Type Field Description protected Direction
AbstractRenderer. blockProgressionDirection
The block progression direction (for change bars)protected Direction
AbstractRenderer. inlineProgressionDirection
The inline progression direction (for change bars) -
Uses of Direction in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type Direction Modifier and Type Method Description private double
PDFPainter. maybeWordOffsetX(double wox, int ch, Direction dir)
-
Uses of Direction in org.apache.fop.traits
Fields in org.apache.fop.traits declared as Direction Modifier and Type Field Description private Direction
WritingModeTraits. blockProgressionDirection
static Direction
Direction. BT
direction: bottom-to-topprivate Direction
WritingModeTraits. columnProgressionDirection
private static Direction[]
Direction. DIRECTIONS
private Direction
WritingModeTraits. inlineProgressionDirection
static Direction
Direction. LR
direction: left-to-rightstatic Direction
Direction. RL
direction: right-to-leftprivate Direction
WritingModeTraits. rowProgressionDirection
private Direction
WritingModeTraits. shiftDirection
static Direction
Direction. TB
direction: top-to-bottomMethods in org.apache.fop.traits that return Direction Modifier and Type Method Description Direction
WritingModeTraits. getBlockProgressionDirection()
Direction
WritingModeTraitsGetter. getBlockProgressionDirection()
Direction
WritingModeTraits. getColumnProgressionDirection()
Direction
WritingModeTraitsGetter. getColumnProgressionDirection()
Direction
WritingModeTraits. getInlineProgressionDirection()
Direction
WritingModeTraitsGetter. getInlineProgressionDirection()
Direction
WritingModeTraits. getRowProgressionDirection()
Direction
WritingModeTraitsGetter. getRowProgressionDirection()
Direction
WritingModeTraits. getShiftDirection()
Direction
WritingModeTraitsGetter. getShiftDirection()
static Direction
Direction. valueOf(int enumValue)
Returns the enumeration/singleton object based on its name.static Direction
Direction. valueOf(java.lang.String name)
Returns the enumeration/singleton object based on its name.Methods in org.apache.fop.traits with parameters of type Direction Modifier and Type Method Description void
WritingModeTraits. setBlockProgressionDirection(Direction direction)
void
WritingModeTraitsSetter. setBlockProgressionDirection(Direction direction)
Set value of block-progression-direction trait.void
WritingModeTraits. setColumnProgressionDirection(Direction direction)
void
WritingModeTraitsSetter. setColumnProgressionDirection(Direction direction)
Set value of column-progression-direction trait.void
WritingModeTraits. setInlineProgressionDirection(Direction direction)
void
WritingModeTraitsSetter. setInlineProgressionDirection(Direction direction)
Set value of inline-progression-direction trait.void
WritingModeTraits. setRowProgressionDirection(Direction direction)
void
WritingModeTraitsSetter. setRowProgressionDirection(Direction direction)
Set value of row-progression-direction trait.void
WritingModeTraits. setShiftDirection(Direction direction)
void
WritingModeTraitsSetter. setShiftDirection(Direction direction)
Set value of shift-direction trait.
-