org.opensourcephysics.display3d.core
Interface Set

All Superinterfaces:
Data, Element, Group, InteractionSource
All Known Implementing Classes:
Set

public interface Set
extends Group

Title: Set

Description: A Set is a special kind of group with all childrens of the same size

Version:
April 2009
Author:
Francisco Esquembre
See Also:
Element

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opensourcephysics.display3d.core.Group
Group.Loader
 
Field Summary
 
Fields inherited from interface org.opensourcephysics.display3d.core.Element
TARGET_POSITION, TARGET_SIZE
 
Method Summary
 void setXLabel(java.lang.String label)
           
 void setYLabel(java.lang.String label)
           
 void setZLabel(java.lang.String label)
           
 
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
getColumnNames, getData2D, getData3D, getDataList, getDatasets, getFillColors, getID, getLineColors, getName, setID
 

Method Detail

setXLabel

void setXLabel(java.lang.String label)

setYLabel

void setYLabel(java.lang.String label)

setZLabel

void setZLabel(java.lang.String label)