edu.sdsc.mbt
Class ArrowComponent
java.lang.Object
edu.sdsc.mbt.AnnotationComponent
edu.sdsc.mbt.ArrowComponent
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class ArrowComponent
- extends AnnotationComponent
- See Also:
- Serialized Form
|
Constructor Summary |
ArrowComponent(double[] start,
double[] end,
double radius,
float[] color)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
public double[] start
end
public double[] end
color
public float[] color
radius
public double radius
ArrowComponent
public ArrowComponent(double[] start,
double[] end,
double radius,
float[] color)
getType
public int getType()
- Specified by:
getType in class AnnotationComponent
getColor
public float[] getColor()
- Specified by:
getColor in class AnnotationComponent
setSelected
public void setSelected(boolean selected)
- Specified by:
setSelected in class AnnotationComponent
getSelected
public boolean getSelected()
- Specified by:
getSelected in class AnnotationComponent
getVisible
public final boolean getVisible()
- Specified by:
getVisible in class AnnotationComponent
setVisible
public final void setVisible(boolean visible)
- Specified by:
setVisible in class AnnotationComponent