org.math.plot.plotObjects
Class BaseLabel
java.lang.Object
org.math.plot.plotObjects.Label
org.math.plot.plotObjects.BaseLabel
- All Implemented Interfaces:
- Plotable
public class BaseLabel
- extends Label
BSD License
- Author:
- Yann RICHET
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 |
BaseLabel
public BaseLabel(String l,
Color c,
double... rC)
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