DESY ACOP Beans Home

de.desy.acop.chart
Class AcopAxis

java.lang.Object
  extended by de.desy.acop.chart.AcopAxis

public class AcopAxis
extends java.lang.Object


Field Summary
protected  int axisIndex
           
protected  boolean axisON
           
protected  java.awt.BasicStroke axisStroke
           
protected  int npoints
           
protected  java.awt.Color[] penColor
           
protected  int[] penStyle
           
protected  int[] penWidth
           
protected  double[] Position
           
 
Constructor Summary
AcopAxis(Acop acop, int index)
           
 
Method Summary
protected  void drawAxis(java.awt.Graphics2D a)
           
protected  int loadData(int size, java.lang.Object PositionArray, java.awt.Color[] ColorArray, int[] StyleArray, int[] WidthArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axisIndex

protected int axisIndex

npoints

protected int npoints

axisON

protected boolean axisON

Position

protected double[] Position

penColor

protected java.awt.Color[] penColor

penWidth

protected int[] penWidth

penStyle

protected int[] penStyle

axisStroke

protected java.awt.BasicStroke axisStroke
Constructor Detail

AcopAxis

public AcopAxis(Acop acop,
                int index)
Method Detail

loadData

protected int loadData(int size,
                       java.lang.Object PositionArray,
                       java.awt.Color[] ColorArray,
                       int[] StyleArray,
                       int[] WidthArray)

drawAxis

protected void drawAxis(java.awt.Graphics2D a)


Copyright © 2010. All Rights Reserved.