public class Triangulation extends PointSet
aIm, aRe, bIm, bRe, consistent, defaultPointColor, labelPointsWithIndex, numOfPoints, pointColor
EPS, EPSSQR, moebiusShapeChangeSupport, propertyChangeSupport, toolList
Constructor and Description |
---|
Triangulation() |
Modifier and Type | Method and Description |
---|---|
void |
draw(MoebiusGraphics g) |
protected void |
drawPoints(MoebiusGraphics g) |
int[] |
getIndex()
Get the value of index.
|
int |
getNumElements()
Get the value of numElements.
|
void |
setIndex(int[] v)
Set the value of index.
|
void |
setNumElements(int v)
Set the value of numElements.
|
assignCoords, assignCoords, assignCoords, getCoords, getCoords, getCoords, getCoords, getDefaultPointColor, getNumOfPoints, getPointColor, getPointColor, getProjectiveCoords, getProjectiveCoords, getProjectiveCoords, getProjectiveCoords, getX, getX, getXY, getY, getY, isLabelPointsWithIndex, set, setCoords, setCoords, setDefaultPointColor, setLabelPointsWithIndex, setNumOfPoints, setNumOfPoints, setPointColor, setPointColor, setProjectiveCoords, setProjectiveCoords, setX, setX, setY, setY
aIm, aRe, bIm, bRe, getCoordsAsArray1d, getLabelPointsWithIndex, getProjectiveCoordsAsArray1d, isConsistent, setColorOfAllPoints, setConsistent, setProjectiveCoords, updatePointColor
addMoebiusShapeChangeListener, addPropertyChangeListener, clone, dontFirePropertyChange, equals, fireMoebiusShapeChange, fireMoebiusShapeChange, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removeMoebiusShapeChangeListener, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel
public void draw(MoebiusGraphics g)
draw
in interface MoebiusShape
draw
in class PointSet
protected void drawPoints(MoebiusGraphics g)
drawPoints
in class AbstractPointSet
public int[] getIndex()
public int getNumElements()
public void setIndex(int[] v)
v
- Value to assign to index.public void setNumElements(int v)
v
- Value to assign to numElements.