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é :
|
Constructor Summary |
Axe(Base b,
java.lang.String aS,
int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Axe
public Axe(Base b,
java.lang.String aS,
int i)
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