|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TickStyle | |
---|---|
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
Uses of TickStyle in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return TickStyle | |
---|---|
TickStyle |
GraphStyle.getMajorTickStyle()
Returns the axes' major tick mark display attributes. |
TickStyle |
AxisModel.getMajorTickStyle()
Return the major ticks appearance attributes. |
TickStyle |
GraphStyle.getMinorTickStyle()
Returns the axes' minor tick mark display attributes. |
TickStyle |
AxisModel.getMinorTickStyle()
Returns the minor ticks appearance attributes. |
Methods in com.sas.graphics.components with parameters of type TickStyle | |
---|---|
void |
TickStyle.apply(TickStyle theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
GraphStyle.setMajorTickStyle(TickStyle newTickStyle)
Set axes' major tick mark display attributes. |
void |
AxisModel.setMajorTickStyle(TickStyle newMajorTickStyle)
Set the major ticks appearance attributes. |
void |
GraphStyle.setMinorTickStyle(TickStyle newTickStyle)
Set axes' minor tick mark display attributes. |
void |
AxisModel.setMinorTickStyle(TickStyle newMinorTickStyle)
Set the minor ticks appearance attributes. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |