gmj.graph
Class GLabel

java.lang.Object
  extended by gmj.graph.GLabel

public class GLabel
extends Object


Field Summary
protected  String txt
           
protected  double x
           
protected  double y
           
 
Constructor Summary
GLabel(String txt, double x, double y)
           
 
Method Summary
 String getText()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txt

protected String txt

x

protected double x

y

protected double y
Constructor Detail

GLabel

public GLabel(String txt,
              double x,
              double y)
Method Detail

getX

public double getX()

getY

public double getY()

getText

public String getText()


Copyright © 2013. All Rights Reserved.