|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmoebiusViewer.shape.AbstractShape
moebiusViewer.shape.AbstractPointSet
moebiusViewer.shape.QuadMesh
| Field Summary |
| Fields inherited from class moebiusViewer.shape.AbstractPointSet |
aIm, aRe, bIm, bRe, consistent, defaultPointColor, labelPointsWithIndex, numOfPoints, pointColor |
| Fields inherited from class moebiusViewer.shape.AbstractShape |
EPS, EPSSQR, propertyChangeSupport, toolList |
| Constructor Summary | |
QuadMesh()
|
|
QuadMesh(Complex[] coords)
|
|
QuadMesh(ComplexProjective1[] coords)
|
|
QuadMesh(double[] coords)
|
|
QuadMesh(int m,
int n)
|
|
| Method Summary | |
void |
assignCoords(Complex[] coords)
assign all complex coords at once |
void |
assignCoords(Complex[] coords,
int m,
int n)
|
void |
assignCoords(ComplexProjective1[] coords)
assign all coords at once |
void |
assignCoords(ComplexProjective1[] coords,
int m,
int n)
|
void |
assignCoords(double[] coords)
assign all euclidean coords at once |
void |
assignCoords(double[] coords,
int m,
int n)
|
void |
assignSquareGrid(int n,
int m)
|
protected void |
checkConsistency()
checks the consistency of the current data and stores the result in consistent |
void |
draw(MoebiusGraphics g)
|
Complex[][] |
getCoords()
|
Complex |
getCoords(int i,
int j)
|
void |
getCoords(int i,
int j,
Complex coords)
|
java.awt.Color |
getDefaultPointColor()
|
boolean |
getLabelPointsWithIndex()
|
int |
getNumCols()
Deprecated. |
int |
getNumOfColumns()
Get the value of numOfColumns. |
int |
getNumOfRows()
Get the value of numOfRows. |
int |
getNumRows()
Deprecated. |
java.awt.Color[] |
getPointColor()
|
java.awt.Color |
getPointColor(int i,
int j)
|
ComplexProjective1[][] |
getProjectiveCoords()
|
ComplexProjective1 |
getProjectiveCoords(int i,
int j)
|
void |
getProjectiveCoords(int i,
int j,
ComplexProjective1 coords)
|
double[] |
getX()
|
double |
getX(int i,
int j)
|
double[] |
getXY()
|
double[] |
getY()
|
double |
getY(int i,
int j)
|
boolean |
isClosedInXDirection()
|
boolean |
isClosedInYDirection()
|
boolean |
isConsistent()
|
boolean |
isDrawHorizontalLines()
|
boolean |
isDrawPoints()
|
boolean |
isDrawVerticalLines()
|
boolean |
isLabelPointsWithIndex()
|
void |
set(int i,
int j,
double x,
double y)
Deprecated. |
void |
setClosedInXDirection(boolean xClosed)
|
void |
setClosedInYDirection(boolean yClosed)
|
void |
setCoords(Complex[][] coords)
|
void |
setCoords(int i,
int j,
Complex z)
|
void |
setDefaultPointColor(java.awt.Color color)
|
void |
setDrawHorizontalLines(boolean b)
|
void |
setDrawPoints(boolean b)
|
void |
setDrawVerticalLines(boolean b)
|
void |
setLabelPointsWithIndex(boolean aBoolean)
|
void |
setNumCols(int v)
Deprecated. |
void |
setNumOfColumns(int v)
Set the value of numOfColumns. |
void |
setNumOfRows(int v)
Set the value of numOfRows. |
void |
setNumOfRowsAndColumns(int m,
int n)
|
protected void |
setNumOfRowsAndColumns(int m,
int n,
boolean doFirePropertyChange)
|
void |
setNumRows(int v)
Deprecated. |
void |
setNumRowsAndNumCols(int newNumRows,
int newNumCols)
Deprecated. |
void |
setPointColor(java.awt.Color[] pointColor)
|
void |
setPointColor(int i,
int j,
java.awt.Color aPointColor)
|
void |
setProjectiveCoords(ComplexProjective1[][] coords)
|
void |
setProjectiveCoords(int i,
int j,
ComplexProjective1 z)
|
void |
setProjectiveCoords(int i,
int j,
double x,
double y)
set euclidean Coords (x, y) at Index (i,j) |
void |
setProjectiveCoords(int i,
int j,
double aRe1,
double aIm1,
double bRe1,
double bIm1)
|
void |
setX(double[] x)
|
void |
setX(int i,
int j,
double x)
|
void |
setY(double[] y)
|
void |
setY(int i,
int j,
double y)
|
| Methods inherited from class moebiusViewer.shape.AbstractPointSet |
aIm, aRe, bIm, bRe, drawPoints, getCoords, getCoords, getCoords, getCoordsAsArray1d, getNumOfPoints, getPointColor, getProjectiveCoords, getProjectiveCoords, getProjectiveCoords, getProjectiveCoordsAsArray1d, getX, getY, setColorOfAllPoints, setConsistent, setCoords, setCoords, setNumOfPoints, setNumOfPoints, setPointColor, setProjectiveCoords, setProjectiveCoords, setProjectiveCoords, setX, setY, updatePointColor |
| Methods inherited from class moebiusViewer.shape.AbstractShape |
addPropertyChangeListener, clone, dontFirePropertyChange, equals, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QuadMesh()
public QuadMesh(int m,
int n)
public QuadMesh(double[] coords)
public QuadMesh(Complex[] coords)
public QuadMesh(ComplexProjective1[] coords)
| Method Detail |
public boolean isClosedInXDirection()
public boolean isClosedInYDirection()
public void setClosedInXDirection(boolean xClosed)
public void setClosedInYDirection(boolean yClosed)
public boolean isLabelPointsWithIndex()
isLabelPointsWithIndex in class AbstractPointSetpublic boolean getLabelPointsWithIndex()
getLabelPointsWithIndex in class AbstractPointSetpublic void setLabelPointsWithIndex(boolean aBoolean)
setLabelPointsWithIndex in class AbstractPointSetpublic boolean isConsistent()
isConsistent in class AbstractPointSetpublic int getNumOfRows()
public int getNumRows()
public void setNumOfRows(int v)
v - Value to assign to numOfRows.public void setNumRows(int v)
public int getNumOfColumns()
public int getNumCols()
public void setNumOfColumns(int v)
v - Value to assign to numOfColumns.public void setNumCols(int v)
public void setNumRowsAndNumCols(int newNumRows,
int newNumCols)
public void setNumOfRowsAndColumns(int m,
int n)
protected void setNumOfRowsAndColumns(int m,
int n,
boolean doFirePropertyChange)
public boolean isDrawPoints()
public void setDrawPoints(boolean b)
public boolean isDrawVerticalLines()
public void setDrawVerticalLines(boolean b)
public boolean isDrawHorizontalLines()
public void setDrawHorizontalLines(boolean b)
public void setProjectiveCoords(int i,
int j,
double aRe1,
double aIm1,
double bRe1,
double bIm1)
public void setProjectiveCoords(int i,
int j,
ComplexProjective1 z)
public ComplexProjective1[][] getProjectiveCoords()
public void setProjectiveCoords(ComplexProjective1[][] coords)
public Complex[][] getCoords()
public void setCoords(Complex[][] coords)
public void assignCoords(ComplexProjective1[] coords)
assignCoords in class AbstractPointSet
public void assignCoords(ComplexProjective1[] coords,
int m,
int n)
public void getProjectiveCoords(int i,
int j,
ComplexProjective1 coords)
public void getCoords(int i,
int j,
Complex coords)
public ComplexProjective1 getProjectiveCoords(int i,
int j)
public Complex getCoords(int i,
int j)
public void setCoords(int i,
int j,
Complex z)
public void assignCoords(Complex[] coords)
assignCoords in class AbstractPointSet
public void assignCoords(Complex[] coords,
int m,
int n)
public void setProjectiveCoords(int i,
int j,
double x,
double y)
public double getX(int i,
int j)
public void setX(int i,
int j,
double x)
public double[] getX()
getX in class AbstractPointSetpublic void setX(double[] x)
setX in class AbstractPointSet
public double getY(int i,
int j)
public void setY(int i,
int j,
double y)
public double[] getY()
getY in class AbstractPointSetpublic void setY(double[] y)
setY in class AbstractPointSetpublic double[] getXY()
getXY in class AbstractPointSetpublic void assignCoords(double[] coords)
assignCoords in class AbstractPointSet
public void assignCoords(double[] coords,
int m,
int n)
public void set(int i,
int j,
double x,
double y)
public java.awt.Color[] getPointColor()
getPointColor in class AbstractPointSetpublic void setPointColor(java.awt.Color[] pointColor)
setPointColor in class AbstractPointSet
public java.awt.Color getPointColor(int i,
int j)
public void setPointColor(int i,
int j,
java.awt.Color aPointColor)
public java.awt.Color getDefaultPointColor()
getDefaultPointColor in class AbstractPointSetpublic void setDefaultPointColor(java.awt.Color color)
setDefaultPointColor in class AbstractPointSetprotected void checkConsistency()
public void assignSquareGrid(int n,
int m)
public void draw(MoebiusGraphics g)
draw in interface MoebiusShapedraw in class AbstractPointSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||