org.math.plot.plotObjects
Class BaseLabel

java.lang.Object
  extended by org.math.plot.plotObjects.Label
      extended by org.math.plot.plotObjects.BaseLabel
All Implemented Interfaces:
Plotable

public class BaseLabel
extends Label

BSD License

Author:
Yann RICHET

Field Summary
 
Fields inherited from class org.math.plot.plotObjects.Label
angle, base_offset, color, coord, cornerE, cornerN, font, label, visible
 
Constructor Summary
BaseLabel(String l, Color c, double... rC)
           
 
Method Summary
static void main(String[] args)
           
 void plot(AbstractDrawer draw)
          see Text for formatted text output
 
Methods inherited from class org.math.plot.plotObjects.Label
approx, coordToString, getColor, getFont, getText, getVisible, rotate, setColor, setCoord, setCorner, setFont, setText, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLabel

public BaseLabel(String l,
                 Color c,
                 double... rC)
Method Detail

main

public static void main(String[] args)

plot

public void plot(AbstractDrawer draw)
Description copied from class: Label
see Text for formatted text output

Specified by:
plot in interface Plotable
Overrides:
plot in class Label