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