public class JR3DFaceSetDrawable extends JR3DLineSetDrawable
m_sceneContent, m_selected
m_properties
Constructor and Description |
---|
JR3DFaceSetDrawable() |
JR3DFaceSetDrawable(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
createSurface(JR3DFaceSetDrawable face,
double[][] vertices,
int nv,
int nu) |
void |
render(DisplayProperties properties)
In this method a subclass specifies, how the master has
to be laid out on the screen.
|
void |
setFaceLabel(java.lang.String label,
int index) |
void |
setFaces(double[][] vertices,
int[][] faceIndices) |
void |
setFaces(NumberTuple[] vertices,
int[][] faceIndices) |
void |
setFacesLabels(java.lang.String[] labels) |
void |
setLines(double[][] vertices,
int[][] indices) |
static void |
setSurfaceDisplayProperties(JR3DFaceSetDrawable d,
de.jreality.scene.Appearance app,
SurfaceDisplayProperties p,
boolean selected) |
getLineRenderingHints, setLineDisplayProperties, setLineLabel, setLines, setLinesLabels, setPoints
getPointRenderingHints, setPointDisplayProperties, setPointLabel, setPoints, setPointsLabels
drawObject, drawSelection, getLabel, getShaderRenderingHints, getTextRenderingHints, getViewContent, isAtScreenLocation, isSelected, setLabel, setPolygonProperties, setSelected, setTextProperties, setVisible
draw, draw, getDrawableProperties, isVisible
public JR3DFaceSetDrawable()
public JR3DFaceSetDrawable(java.lang.String name)
public static void setSurfaceDisplayProperties(JR3DFaceSetDrawable d, de.jreality.scene.Appearance app, SurfaceDisplayProperties p, boolean selected)
public static void createSurface(JR3DFaceSetDrawable face, double[][] vertices, int nv, int nu)
public void setLines(double[][] vertices, int[][] indices)
setLines
in class JR3DLineSetDrawable
public void setFaces(NumberTuple[] vertices, int[][] faceIndices)
public void setFaces(double[][] vertices, int[][] faceIndices)
public void setFaceLabel(java.lang.String label, int index)
public void setFacesLabels(java.lang.String[] labels)
public void render(DisplayProperties properties)
CanvasDrawable
render
in class JR3DLineSetDrawable
Further documentation and examples can be found under www.mathletfactory.de.