Package | Description |
---|---|
org.jfree.chart.renderer.xy | |
org.jfree.ui | |
org.jfree.util |
Modifier and Type | Method and Description |
---|---|
UnitType |
StandardXYItemRenderer.getGapThresholdType()
Returns the gap threshold type (relative or absolute).
|
Modifier and Type | Method and Description |
---|---|
void |
StandardXYItemRenderer.setGapThresholdType(UnitType thresholdType)
Sets the gap threshold type and sends a
RendererChangeEvent to
all registered listeners. |
Modifier and Type | Method and Description |
---|---|
UnitType |
RectangleInsets.getUnitType()
Returns the unit type (absolute or relative).
|
Constructor and Description |
---|
RectangleInsets(UnitType unitType,
double top,
double left,
double bottom,
double right)
Creates a new instance.
|
Modifier and Type | Field and Description |
---|---|
static UnitType |
UnitType.ABSOLUTE
Absolute.
|
static UnitType |
UnitType.RELATIVE
Relative.
|