public class GraphContentNode extends ContentNode
ALLOW_DETACH
ALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, ALLOW_COLLISION_BOUNDS_READ, ALLOW_COLLISION_BOUNDS_WRITE
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_LOCALE_READ, ALLOW_PARENT_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING
Constructor and Description |
---|
GraphContentNode() |
Modifier and Type | Method and Description |
---|---|
void |
channelsUpdated(boolean[] blns)
This method is called when the channels of the Content have changed.
|
void |
clearDisplayedData() |
void |
colorUpdated(Color3f clrf)
This method is called when the color of the Content has changed.
|
void |
eyePtChanged(View view)
This method is called when the view direction has changed.
|
void |
getCenter(Tuple3d tpld)
Stores the center coordinate of this ContentNode in the specified Tuple3d
|
void |
getMax(Tuple3d tpld)
Stores the maximum coordinate of this ContentNode in the specified Tuple3d
|
void |
getMin(Tuple3d tpld)
Stores the minimum coordinate of this ContentNode in the specified Tuple3d
|
float |
getVolume()
Returns the volume of this ContentNode.
|
void |
lutUpdated(int[] ints,
int[] ints1,
int[] ints2,
int[] ints3)
This method is called when the color lookup tables of the Content have
changed.
|
void |
restoreDisplayedData(String string,
String string1) |
void |
shadeUpdated(boolean bln)
This method is called when the 'shade' attribute of the Content has
changed.
|
void |
swapDisplayedData(String string,
String string1) |
void |
thresholdUpdated(int i)
This method is called when the threshold of the Content has changed.
|
void |
transparencyUpdated(float f)
This method is called when the transparency of the Content has changed.
|
cloneNode, compile, detach, pickAll, pickAll, pickAllSorted, pickAllSorted, pickAny, pickAny, pickClosest, pickClosest
addChild, getAllChildren, getAlternateCollisionTarget, getChild, getCollisionBounds, indexOfChild, insertChild, moveTo, numChildren, removeAllChildren, removeChild, removeChild, setAlternateCollisionTarget, setChild, setCollisionBounds
cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocale, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferences
public float getVolume()
ContentNode
getVolume
in class ContentNode
public void getMin(Tuple3d tpld)
ContentNode
getMin
in class ContentNode
public void getMax(Tuple3d tpld)
ContentNode
getMax
in class ContentNode
public void getCenter(Tuple3d tpld)
ContentNode
getCenter
in class ContentNode
public void channelsUpdated(boolean[] blns)
ContentNode
channelsUpdated
in class ContentNode
public void thresholdUpdated(int i)
ContentNode
thresholdUpdated
in class ContentNode
public void colorUpdated(Color3f clrf)
ContentNode
colorUpdated
in class ContentNode
public void transparencyUpdated(float f)
ContentNode
transparencyUpdated
in class ContentNode
public void shadeUpdated(boolean bln)
ContentNode
shadeUpdated
in class ContentNode
public void eyePtChanged(View view)
ContentNode
eyePtChanged
in class ContentNode
public void lutUpdated(int[] ints, int[] ints1, int[] ints2, int[] ints3)
ContentNode
lutUpdated
in class ContentNode
public void swapDisplayedData(String string, String string1)
swapDisplayedData
in class ContentNode
public void clearDisplayedData()
clearDisplayedData
in class ContentNode
public void restoreDisplayedData(String string, String string1)
restoreDisplayedData
in class ContentNode
Copyright © 2015–2021 Fiji. All rights reserved.