Package Layout
Class RepeatedAxis
java.lang.Object
Layout.PamAxis
Layout.RepeatedAxis
-
Field Summary
Fields inherited from class Layout.PamAxis
ABOVE_LEFT, BELOW_RIGHT, BOTH_SIDES, INTERVAL_AUTO, LABEL_NEAR_CENTRE, LABEL_NEAR_MAX, LABEL_NEAR_MIN
-
Constructor Summary
ConstructorDescriptionRepeatedAxis
(int x1, int y1, int x2, int y2, double minVal, double maxVal, boolean aboveLeft, String label, String format) RepeatedAxis
(int x1, int y1, int x2, int y2, double minVal, double maxVal, int tickPosition, String label, int labelPos, String format) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Draw the axis in the graphics context g at the given positionint
void
setRepeatCount
(int repeatCount) Methods inherited from class Layout.PamAxis
drawAxis, drawGrid, drawGrid, getAutoFormat, getAutoFormat, getAutoLabelFormat, getAxisPoints, getAxisValues, getDataValue, getDefaultScaleEnd, getExtent, getExtent, getExtent2, getExtent2, getExtraAxisEndLabel, getExtraAxisStartLabel, getFormat, getLabel, getLabelPos, getMaxVal, getMinVal, getNumDecPlaces, getOuterPosition, getPosition, getTickPosition, getX1, getX2, getY1, getY2, isAllowScaleMultiples, isCrampLabels, isDrawLine, isFractionalScale, isIntegerFormat, isLogScale, isLogTenthsScale, overrideAxisColour, setAllowScaleMultiples, setAngleScales, setAutoFormat, setCrampLabels, setDrawLine, setExtraAxisEndLabel, setExtraAxisStartLabel, setForceFirstVal, setFormat, setFractionalScale, setInterval, setLabel, setLabelPos, setLogScale, setLogTenthsScale, setMaxVal, setMinVal, setPosition, setRange, setTickPosition, setX1, setX2, setY1, setY2
-
Constructor Details
-
RepeatedAxis
-
RepeatedAxis
-
-
Method Details