exe
Class GAIGSprimitiveCollection.StraightLine
java.lang.Object
exe.GAIGSprimitiveCollection.StraightLine
- All Implemented Interfaces:
- GAIGSprimitiveCollection.Primitive
- Enclosing class:
- GAIGSprimitiveCollection
protected class GAIGSprimitiveCollection.StraightLine
- extends java.lang.Object
- implements GAIGSprimitiveCollection.Primitive
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public double[] x
y
public double[] y
color
public java.lang.String color
lcolor
public java.lang.String lcolor
label
public java.lang.String label
height
public double height
width
public int width
GAIGSprimitiveCollection.StraightLine
public GAIGSprimitiveCollection.StraightLine(double[] x,
double[] y,
java.lang.String color,
java.lang.String lcolor,
java.lang.String label,
double height,
int width)