public class RamifiedCoveringShape
extends de.jtem.moebiusViewer.shape.AbstractShape
| Modifier and Type | Field and Description |
|---|---|
de.jtem.moebiusViewer.shape.Point[] |
point |
protected RamifiedCovering |
surface |
| Constructor and Description |
|---|
RamifiedCoveringShape() |
RamifiedCoveringShape(RamifiedCovering aSurface) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
void |
draw(de.jtem.moebiusViewer.MoebiusGraphics context) |
de.jtem.moebiusViewer.shape.Rectangle |
getBound() |
RamifiedCovering |
getSurface()
Get the value of surface.
|
Vector |
getTools() |
void |
set(RamifiedCovering v) |
void |
setSurface(RamifiedCovering v)
Set the value of surface.
|
addMoebiusShapeChangeListener, addPropertyChangeListener, clone, dontFirePropertyChange, equals, fireMoebiusShapeChange, fireMoebiusShapeChange, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, isDoFirePropertyChange, isPickable, removeMoebiusShapeChangeListener, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabelpublic de.jtem.moebiusViewer.shape.Point[] point
protected RamifiedCovering surface
public RamifiedCoveringShape()
public RamifiedCoveringShape(RamifiedCovering aSurface)
public void compute()
public void draw(de.jtem.moebiusViewer.MoebiusGraphics context)
draw in interface de.jtem.moebiusViewer.MoebiusShapedraw in class de.jtem.moebiusViewer.shape.AbstractShapepublic de.jtem.moebiusViewer.shape.Rectangle getBound()
public RamifiedCovering getSurface()
public Vector getTools()
getTools in interface de.jtem.moebiusViewer.MoebiusShapegetTools in class de.jtem.moebiusViewer.shape.AbstractShapepublic void set(RamifiedCovering v)
public void setSurface(RamifiedCovering v)
v - Value to assign to surface.