public static class GM2D02.Vector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GM2D02.ColMatrix |
vector |
Constructor and Description |
---|
GM2D02.Vector(GM2D02.ColMatrix vector) |
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics2D g2D,
GM2D02.Point tail) |
double |
getData(int index) |
void |
setData(int index,
double data) |
java.lang.String |
toString() |
GM2D02.ColMatrix vector
GM2D02.Vector(GM2D02.ColMatrix vector)
public java.lang.String toString()
toString
in class java.lang.Object
public double getData(int index)
public void setData(int index, double data)
public void draw(java.awt.Graphics2D g2D, GM2D02.Point tail)