public class ElementPoints extends Element implements ElementPoints
Title: ElementPolygon
Description: A Polygon using the painter's algorithm
ElementPoints.ElementPointsLoader| Modifier and Type | Field and Description |
|---|---|
protected org.opensourcephysics.display3d.simple3d.Object3D[] |
pointObjects |
targetPosition, targetSizeTARGET_POSITION, TARGET_SIZE| Constructor and Description |
|---|
ElementPoints() |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getData()
Gets the data of the coordinates of the points
|
void |
getExtrema(double[] min,
double[] max)
Returns the extreme points of a box that contains the element.
|
static XML.ObjectLoader |
getLoader()
Returns an XML.ObjectLoader to save and load object data.
|
protected InteractionTarget |
getTargetHit(int x,
int y)
Gets the target that is under the (x,y) position of the screen
|
void |
setData(double[][] data)
Sets the data for the coordinates of the points.
|
addInteractionListener, getHotSpotBodyCoordinates, getInteractionTarget, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isReallyVisible, isVisible, loadUnmutableObjects, removeInteractionListener, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getInteractionTarget, removeInteractionListenerprotected org.opensourcephysics.display3d.simple3d.Object3D[] pointObjects
public void setData(double[][] data)
ElementPointssetData in interface ElementPointsdata - double[][] the double[nPoints][3] array with the datapublic double[][] getData()
ElementPointsgetData in interface ElementPointspublic void getExtrema(double[] min,
double[] max)
Elementmin - double[] A previously allocated double[3] array that will hold
the minimum pointmax - double[] A previously allocated double[3] array that will hold
the maximum pointprotected InteractionTarget getTargetHit(int x, int y)
ElementgetTargetHit in class Elementx - inty - intpublic static XML.ObjectLoader getLoader()