Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axis.scalepolicy |
Modifier and Type | Method and Description |
---|---|
List<LabeledValue> |
IAxisScalePolicy.getScaleValues(Graphics2D g2d,
IAxis<?> axis)
Returns the array of labeled values that will be used by the
to paint labels. |
Modifier and Type | Method and Description |
---|---|
protected LabeledValue |
AxisScalePolicyManualTicks.createLabeledValue(double value,
double majorTickSpacing,
IAxis<?> axis)
Just a helper to create a labeled value instance.
|
protected LabeledValue |
AxisScalePolicyAutomaticBestFit.roundToTicks(double value,
boolean floor,
boolean findMajorTick,
IAxis<?> axis)
Internal rounding routine.
|
Modifier and Type | Method and Description |
---|---|
protected List<LabeledValue> |
AxisScalePolicyAutomaticBestFit.getLabels(double resolution,
IAxis<?> axis)
Returns the labels for this axis.
|
protected List<LabeledValue> |
AxisScalePolicyManualTicks.getLabels(IAxis<?> axis)
Returns the labels for this axis.
|
List<LabeledValue> |
AxisScalePolicyTransformation.getScaleValues(Graphics2D g2d,
IAxis<?> axis)
Uses the transformation function callbacks (
AAxisTransformation.transform(double) , AAxisTransformation.untransform(double) )
of the AAxisTransformation this instance may be used with to have the scale transformed accordingly. |
List<LabeledValue> |
AxisScalePolicyAutomaticBestFit.getScaleValues(Graphics2D g2d,
IAxis<?> axis)
Internally used for rounding to ticks, calculated once per paint iteration.
|
List<LabeledValue> |
AxisScalePolicyManualTicks.getScaleValues(Graphics2D g2d,
IAxis<?> axis) |
Copyright © 2017. All rights reserved.