|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.display3d.simple3d.Element org.opensourcephysics.display3d.simple3d.Group org.opensourcephysics.display3d.simple3d.Set
public class Set
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.opensourcephysics.display3d.simple3d.Group |
---|
Group.Loader |
Nested classes/interfaces inherited from interface org.opensourcephysics.display3d.core.Group |
---|
Group.Loader |
Field Summary |
---|
Fields inherited from class org.opensourcephysics.display3d.simple3d.Group |
---|
datasetID |
Fields inherited from class org.opensourcephysics.display3d.simple3d.Element |
---|
targetPosition, targetSize |
Fields inherited from interface org.opensourcephysics.display3d.core.Element |
---|
TARGET_POSITION, TARGET_SIZE |
Constructor Summary | |
---|---|
Set()
|
Method Summary | |
---|---|
java.lang.String[] |
getColumnNames()
The column names to be used in the data display tool |
double[][] |
getData2D()
Gets a 2D array of data. |
java.util.List<Data> |
getDataList()
Some Data objects (e.g., a Group) do not contain data, but a list of Data objects which do. |
void |
setXLabel(java.lang.String label)
|
void |
setYLabel(java.lang.String label)
|
void |
setZLabel(java.lang.String label)
|
Methods inherited from class org.opensourcephysics.display3d.simple3d.Group |
---|
addElement, addElements, getData3D, getDatasets, getElement, getElements, getExtrema, getFillColors, getID, getLineColors, getLoader, getTargetHit, removeAllElements, removeElement, setID |
Methods inherited from class org.opensourcephysics.display3d.simple3d.Element |
---|
addInteractionListener, 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, toSpaceFrame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensourcephysics.display3d.core.Group |
---|
addElement, getElement, getElements, removeAllElements, removeElement |
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 |
Methods inherited from interface org.opensourcephysics.display.Data |
---|
getData3D, getDatasets, getFillColors, getID, getLineColors, getName, setID |
Constructor Detail |
---|
public Set()
Method Detail |
---|
public void setXLabel(java.lang.String label)
setXLabel
in interface Set
public void setYLabel(java.lang.String label)
setYLabel
in interface Set
public void setZLabel(java.lang.String label)
setZLabel
in interface Set
public java.lang.String[] getColumnNames()
Data
getColumnNames
in interface Data
getColumnNames
in class Group
public double[][] getData2D()
Data
getData2D
in interface Data
getData2D
in class Group
public java.util.List<Data> getDataList()
Data
getDataList
in interface Data
getDataList
in class Group
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |