org.jmat.gui.plotObjects
Class BaseLabel

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

public class BaseLabel
extends Label
implements BaseScalesDependant

Titre :

Description :

Copyright : LGPL

Société :


Field Summary
 
Fields inherited from class org.jmat.gui.plotObjects.Label
color, coord, cornerE, cornerN, label
 
Constructor Summary
BaseLabel(java.lang.String l, Base b, double[] pOA, java.awt.Color c)
           
 
Method Summary
static RelativeCoord buildRelativeCoord(double[] pOA, Base base)
           
static void main(java.lang.String[] args)
           
 void updateBase()
           
 
Methods inherited from class org.jmat.gui.plotObjects.Label
approx, coordToString, plot, setCorner, setOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLabel

public BaseLabel(java.lang.String l,
                 Base b,
                 double[] pOA,
                 java.awt.Color c)
Method Detail

buildRelativeCoord

public static RelativeCoord buildRelativeCoord(double[] pOA,
                                               Base base)

updateBase

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

main

public static void main(java.lang.String[] args)