de.fhg.igd.earth.model.graph
Class Background
java.lang.Object
de.fhg.igd.earth.model.graph.ProjectorObject
de.fhg.igd.earth.model.graph.ModelGraphObject
de.fhg.igd.earth.model.graph.Node
de.fhg.igd.earth.model.graph.Leaf
de.fhg.igd.earth.model.graph.Background
- All Implemented Interfaces:
- Cloneable, Serializable
- public class Background
- extends Leaf
This class represents a background object.
UNDER CONSTRUCTION
Title : Earth
Copyright : Copyright (c) 2001
Organisation : IGD FhG
- Version:
- : 1.0
- Author:
- : Werner Beutel
- See Also:
- Serialized Form
Fields inherited from class de.fhg.igd.earth.model.graph.Leaf |
|
Fields inherited from class de.fhg.igd.earth.model.graph.ModelGraphObject |
CHANGE_AddChild, CHANGE_Anything, CHANGE_Appearance, CHANGE_Color, CHANGE_Create, CHANGE_Delete, CHANGE_Focus, CHANGE_HistoryGroup, CHANGE_InfoTable, CHANGE_Object, CHANGE_RemoveChild, CHANGE_Shape, CHANGE_Trace, CHANGE_Update, CHANGE_Visibility, changes_, infoTable_, mutable_, name_, subChanges_, SUBTYPE_BackGround, SUBTYPE_Box, SUBTYPE_BranchGroup, SUBTYPE_Cone, SUBTYPE_Cylinder, SUBTYPE_DetailGroup, SUBTYPE_DistanceDetailGroup, SUBTYPE_Group, SUBTYPE_HistoryGroup, SUBTYPE_LatchGroup, SUBTYPE_ModelGraph, SUBTYPE_Polygon, SUBTYPE_Primitive, SUBTYPE_Sphere, SUBTYPE_Text, SUBTYPE_TransformGroup, SUBTYPE_WireBoxGroup, timeStamp_, trace_, traceable_, TYPE_Group, TYPE_Leaf |
Methods inherited from class de.fhg.igd.earth.model.graph.Leaf |
clone, createLeafList, createSubGroupList, createSubNodeList, detach, getVisible, searchDown, searchDown, searchDown, searchDown, searchDownInserter, searchDownInserter, setMutable, setVisible |
Methods inherited from class de.fhg.igd.earth.model.graph.Node |
broadcastCreation, broadcastResetChanges, createParentGroupList, delete, delete, getBoundingBox, getBoundless, getBranchGroup, getCollidable, getGroup, getIcon, getLeafList, getModelGraph, getParent, getParentGroupList, getPickable, getSubGroupList, getSubNodeList, isFocused, move, move, moveTo, publishChanges, resetProjectorObject, searchUp, searchUp, searchUp, searchUp, setBoundless, setCollidable, setIcon, setParent, setPickable |
Methods inherited from class de.fhg.igd.earth.model.graph.ModelGraphObject |
anyChanges, anySubChanges, getChanges, getChanges, getInfoTable, getInfoTableElements, getInfoTableKeys, getInfoTableSize, getInfoTableValues, getMutable, getName, getSubChanges, getSubChanges, getSubTypeName, getTimeStamp, getTrace, getTraceable, putInfo, resetChanges, setChanges, setInfoTable, setName, setSubChanges, setTrace, VectorClone |
Background
public Background()
getType
public int getType()
- Description copied from class:
ModelGraphObject
- Returns the type of this object
- Specified by:
getType
in class ModelGraphObject
- Returns:
- type of this object
getSubType
public int getSubType()
- Description copied from class:
ModelGraphObject
- Returns the subtype of this object
- Specified by:
getSubType
in class ModelGraphObject
- Returns:
- subtype of this object
calcBoundingBox
protected void calcBoundingBox(cBoundingBox boundingBox)
- Description copied from class:
Node
- Calculates the bounding box of this node. This method is used by
getBoundingBox().
- Specified by:
calcBoundingBox
in class Node
- Parameters:
boundingBox
- which will be combined with
setColor
public boolean setColor(Color c)
- Description copied from class:
Node
- Sets the color of all leafs.
- Specified by:
setColor
in class Node
- Parameters:
c
- Color
- Returns:
true
on success
setHighLight
public boolean setHighLight(boolean on)
- Description copied from class:
Node
- Sets the HighLight flag of all leafs. (under construction)
- Specified by:
setHighLight
in class Node
- Parameters:
on
- The new HighLight flag
- Returns:
true
on success
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.