Package hec.gfx2d
Interface AxisProperties
- All Known Implementing Classes:
AxisTicsDrawProp
public interface AxisProperties
This provides the interface to edit AxisProperties. The properties of an axis include axis color, line style,
line weight and the presense of Major and Minor tic marks along with Major and Minor Tic Mark labels.
- Since:
- September 19, 2000
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setShowMajorTicLabels
(boolean b) void
setShowMajorTics
(boolean b) void
setShowMinorTicLabels
(boolean b) void
setShowMinorTics
(boolean b) boolean
boolean
boolean
boolean
-
Method Details
-
showMinorTics
boolean showMinorTics() -
showMajorTics
boolean showMajorTics() -
showMajorTicLabels
boolean showMajorTicLabels() -
showMinorTicLabels
boolean showMinorTicLabels() -
setShowMajorTicLabels
void setShowMajorTicLabels(boolean b) -
setShowMinorTicLabels
void setShowMinorTicLabels(boolean b) -
setShowMinorTics
void setShowMinorTics(boolean b) -
setShowMajorTics
void setShowMajorTics(boolean b) -
getAxisTicColor
Color getAxisTicColor() -
setAxisTicColor
-