Element, ElementSegment, InteractionSourceElementArrowpublic class ElementSegment extends Element implements ElementSegment
Title: ElementSegment
Description: A Segment using the painter's algorithm
| Modifier and Type | Field | Description |
|---|---|---|
protected int[] |
aCoord |
|
protected int[] |
bCoord |
|
protected int |
div |
|
protected org.opensourcephysics.display3d.simple3d.Object3D[] |
objects |
TARGET_POSITION, TARGET_SIZEtargetPosition, targetSize| Constructor | Description |
|---|---|
ElementSegment() |
| Modifier and Type | Method | Description |
|---|---|---|
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
|
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, toSpaceFrameaddInteractionListener, getAxesMode, getDrawingPanel3D, 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, toSpaceFrameaddInteractionListener, getInteractionTarget, removeInteractionListenerprotected int div
protected int[] aCoord
protected int[] bCoord
protected org.opensourcephysics.display3d.simple3d.Object3D[] objects
protected InteractionTarget getTargetHit(int x, int y)
ElementgetTargetHit in class Elementx - inty - intpublic static XML.ObjectLoader getLoader()