org.jmat.gui.plotObjects
Class Axe

java.lang.Object
  |
  +--org.jmat.gui.plotObjects.Axe
All Implemented Interfaces:
BaseScalesDependant, Plotable

public class Axe
extends java.lang.Object
implements Plotable, BaseScalesDependant

Titre :

Description :

Copyright : LGPL

Société :


Field Summary
protected  Base base
           
protected  Label darkLabel
           
protected  Line darkLine
           
protected  Coord end
           
protected  int index
           
 double label_offset
           
protected  double[] labelsSlicing
           
protected  Label[] lightLabels
           
protected  Line[][] lightLines
           
 int linear_slicing
           
protected  double[] linesSlicing
           
protected  java.lang.String name
           
protected  Coord origin
           
 
Constructor Summary
Axe(Base b, java.lang.String aS, int i)
           
 
Method Summary
 java.lang.String getName()
           
 void plot(java.awt.Graphics comp)
           
 void setName(java.lang.String n)
           
 void updateBase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linear_slicing

public int linear_slicing

label_offset

public double label_offset

index

protected int index

base

protected Base base

linesSlicing

protected double[] linesSlicing

labelsSlicing

protected double[] labelsSlicing

name

protected java.lang.String name

origin

protected Coord origin

end

protected Coord end

darkLine

protected Line darkLine

lightLines

protected Line[][] lightLines

darkLabel

protected Label darkLabel

lightLabels

protected Label[] lightLabels
Constructor Detail

Axe

public Axe(Base b,
           java.lang.String aS,
           int i)
Method Detail

setName

public void setName(java.lang.String n)

getName

public java.lang.String getName()

plot

public void plot(java.awt.Graphics comp)
Specified by:
plot in interface Plotable

updateBase

public void updateBase()
Specified by:
updateBase in interface BaseScalesDependant