Layout
Class RepeatedAxis

java.lang.Object
  extended by Layout.PamAxis
      extended by Layout.RepeatedAxis

public class RepeatedAxis
extends PamAxis


Field Summary
private  int repeatCount
           
 
Fields inherited from class Layout.PamAxis
ABOVE_LEFT, axisAngle, axisScale, axisValue, BELOW_RIGHT, BOTH_SIDES, fontMetrics, INTERVAL_AUTO, LABEL_NEAR_CENTRE, LABEL_NEAR_MAX, LABEL_NEAR_MIN, labelOffsetX, labelOffsetY, maxLabelHeight, maxLabelWidth, minPixels, theInterval, tickAngle, tickLengthX, tickLengthY, TICKS_AUTO, TICKS_ENDSONLY, tickStepX, tickStepY, totalPixs
 
Constructor Summary
RepeatedAxis(int x1, int y1, int x2, int y2, double minVal, double maxVal, boolean aboveLeft, java.lang.String label, java.lang.String format)
           
RepeatedAxis(int x1, int y1, int x2, int y2, double minVal, double maxVal, int tickPosition, java.lang.String label, int labelPos, java.lang.String format)
           
 
Method Summary
 void drawAxis(java.awt.Graphics g, int x1, int y1, int x2, int y2)
          Draw the axis in the graphics context g at the given position
 int getRepeatCount()
           
 void setRepeatCount(int repeatCount)
           
 
Methods inherited from class Layout.PamAxis
drawAxis, drawGrid, drawGrid, drawLinearAxis, drawLogAxis, drawTickAndLabel, formatValue, getAxisPoints, getAxisValues, getDataValue, getDefaultScaleEnd, getExtent, getExtent, getExtent2, getExtent2, getFormat, getLabel, getLabelPos, getLogPoints, getMaxVal, getMinVal, getPosition, getTickPosition, getX1, getX2, getY1, getY2, isAllowScaleMultiples, isDrawLine, isFractionalScale, isIntegerFormat, isLogScale, isLogTenthsScale, setAllowScaleMultiples, setAngleScales, setDrawLine, setForceFirstVal, setFormat, setFractionalScale, setInterval, setLabel, setLabelPos, setLogScale, setLogTenthsScale, setMaxVal, setMinVal, setPosition, setRange, setTickPosition, setX1, setX2, setY1, setY2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repeatCount

private int repeatCount
Constructor Detail

RepeatedAxis

public RepeatedAxis(int x1,
                    int y1,
                    int x2,
                    int y2,
                    double minVal,
                    double maxVal,
                    int tickPosition,
                    java.lang.String label,
                    int labelPos,
                    java.lang.String format)

RepeatedAxis

public RepeatedAxis(int x1,
                    int y1,
                    int x2,
                    int y2,
                    double minVal,
                    double maxVal,
                    boolean aboveLeft,
                    java.lang.String label,
                    java.lang.String format)
Method Detail

getRepeatCount

public int getRepeatCount()

setRepeatCount

public void setRepeatCount(int repeatCount)

drawAxis

public void drawAxis(java.awt.Graphics g,
                     int x1,
                     int y1,
                     int x2,
                     int y2)
Description copied from class: PamAxis
Draw the axis in the graphics context g at the given position

Overrides:
drawAxis in class PamAxis