public interface LineNonText extends LineContent
Modifier and Type | Method and Description |
---|---|
int |
inlineSizeMaximum(int lineLength)
Tells the line-breaking system the maximum amount of the line that this
non-text item should occupy.
|
int |
inlineSizeMinimum(int lineLength)
Tells the line-breaking system the minimum amount of the line that this
non-text item should occupy.
|
int |
inlineSizeOptimum(int lineLength)
Tells the line-breaking system the optimum amount of the line that this
non-text item should occupy.
|
isLastItemInBlock
int inlineSizeOptimum(int lineLength)
lineLength
- The length of the line on which this non-text item will
be placed. This gives the non-text item the opportunity to compute its
size based on a percentage of the line length.int inlineSizeMinimum(int lineLength)
lineLength
- The length, in millipoints, of the line for which the
minimum length is being computed. This can be used by the implementation
to handle situations where the item should occupy a certain percentage
of the line.inlineSizeOptimum(int)
int inlineSizeMaximum(int lineLength)
lineLength
- The length, in millipoints, of the line for which the
maximum length is being computed. This can be used by the implementation
to handle situations where the item should occupy a certain percentage
of the line.inlineSizeOptimum(int)
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.