|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementPoints
Title: ElementPoints
Description: A 3D cloud of points.
Nested Class Summary | |
---|---|
static class |
ElementPoints.ElementPointsLoader
|
Nested classes/interfaces inherited from interface org.opensourcephysics.display3d.core.Element |
---|
Element.Loader |
Field Summary |
---|
Fields inherited from interface org.opensourcephysics.display3d.core.Element |
---|
TARGET_POSITION, TARGET_SIZE |
Method Summary | |
---|---|
double[][] |
getData()
Gets the data of the coordinates of the points |
void |
setData(double[][] data)
Sets the data for the coordinates of the points. |
Methods inherited from interface org.opensourcephysics.display3d.core.Element |
---|
getDrawingPanel3D, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrame |
Methods inherited from interface org.opensourcephysics.display3d.core.interaction.InteractionSource |
---|
addInteractionListener, getInteractionTarget, removeInteractionListener |
Method Detail |
---|
void setData(double[][] data)
data
- double[][] the double[nPoints][3] array with the datadouble[][] getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |