java.io.Serializable
AbstractTextArea.TextAdjustingInfo
protected class InlineArea.InlineAdjustingInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected int |
adjustment |
total adjustment (= ipd - width of fixed elements)
|
protected int |
availableShrink |
shrink of the inline area
|
protected int |
availableStretch |
stretch of the inline area
|
Modifier | Constructor | Description |
---|---|---|
protected |
InlineAdjustingInfo(int stretch,
int shrink,
int adj) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
protected int |
applyVariationFactor(double variationFactor) |
Apply the variation factor
|
protected int availableStretch
protected int availableShrink
protected int adjustment
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.