exe
Class GAIGSprimitiveCollection.StraightLine

java.lang.Object
  extended by exe.GAIGSprimitiveCollection.StraightLine
All Implemented Interfaces:
GAIGSprimitiveCollection.Primitive
Enclosing class:
GAIGSprimitiveCollection

protected class GAIGSprimitiveCollection.StraightLine
extends java.lang.Object
implements GAIGSprimitiveCollection.Primitive


Field Summary
 java.lang.String color
           
 double height
           
 java.lang.String label
           
 java.lang.String lcolor
           
 int width
           
 double[] x
           
 double[] y
           
 
Constructor Summary
GAIGSprimitiveCollection.StraightLine(double[] x, double[] y, java.lang.String color, java.lang.String lcolor, java.lang.String label, double height, int width)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)