|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.gauge.AbstractNumericGaugeAxis<BulletTickStyle> com.jidesoft.gauge.BulletAxis
public class BulletAxis
An Axis type for bullet charts
Field Summary |
---|
Fields inherited from class com.jidesoft.gauge.AbstractNumericGaugeAxis |
---|
majorTickInterval, minorTickInterval, PROPERTY_MAJOR_TICK, PROPERTY_MAJOR_TICK_STYLE, PROPERTY_MINOR_TICK, PROPERTY_MINOR_TICK_STYLE, PROPERTY_RANGE, range, support |
Constructor Summary | |
---|---|
BulletAxis()
|
|
BulletAxis(double rangeStart,
double rangeEnd)
Construct a BulletAxis and provide start and end values to define the axis range |
|
BulletAxis(double rangeStart,
double rangeEnd,
double majorTickInterval,
double minorTickInterval)
Construct a BulletAxis, providing start and end values to define the axis range as well as intervals between the major and minor ticks |
Method Summary | |
---|---|
BulletAxisPlacement |
getPlacement()
Returns the current location of the axis in the bullet chart |
double |
getTickLabelRotation()
|
boolean |
isVisible()
Returns a boolean to indicate whether the axis is painted |
void |
setPlacement(BulletAxisPlacement placement)
Specify where the axis should be placed in the bullet chart |
void |
setTickLabelRotation(double tickLabelRotation)
|
void |
setVisible(boolean visible)
Specify whether the axis is painted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BulletAxis()
public BulletAxis(double rangeStart, double rangeEnd)
rangeStart
- the start of the axis rangerangeEnd
- the end of the axis rangepublic BulletAxis(double rangeStart, double rangeEnd, double majorTickInterval, double minorTickInterval)
rangeStart
- the start of the axis rangerangeEnd
- the end of the axis rangemajorTickInterval
- the gap between major ticks along the axisminorTickInterval
- the gap between minor ticks along the axisMethod Detail |
---|
public double getTickLabelRotation()
public void setTickLabelRotation(double tickLabelRotation)
public BulletAxisPlacement getPlacement()
public void setPlacement(BulletAxisPlacement placement)
placement
- where the axis should be placedpublic boolean isVisible()
public void setVisible(boolean visible)
visible
- true if the axis is painted; false to omit it
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |