public abstract class TextureState extends NodeComponentState
| Modifier and Type | Field and Description |
|---|---|
protected int |
boundaryWidth |
protected int |
format |
protected int |
height |
protected int |
mipMapMode |
protected int |
width |
control, node, nodeClassName, symbol| Constructor and Description |
|---|
TextureState(SymbolTableData symbol,
Controller control) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubReference()
Called when this component reference count is incremented.
|
void |
buildGraph()
Subclasses should processes their own buildGraph requirements BEFORE
calling super.buildGraph().
|
void |
readConstructorParams(DataInput in)
Read the parameters required for the constructor of the Java3D object
|
void |
readObject(DataInput in) |
void |
writeConstructorParams(DataOutput out)
Write the parameters required for the constructor of the Java3D object
|
void |
writeObject(DataOutput out)
DO NOT call symbolTable.addReference in writeObject as this (may)
result in a concurrentModificationException.
|
cleanup, createNode, createNode, createNode, createNode, createState, getNode, getNodeID, getSymbol, readString, writeStringprotected int width
protected int height
protected int format
protected int mipMapMode
protected int boundaryWidth
public TextureState(SymbolTableData symbol, Controller control)
public void writeConstructorParams(DataOutput out) throws IOException
SceneGraphObjectStatewriteConstructorParams in class SceneGraphObjectStateIOExceptionpublic void readConstructorParams(DataInput in) throws IOException
SceneGraphObjectStatereadConstructorParams in class SceneGraphObjectStateIOExceptionpublic void writeObject(DataOutput out) throws IOException
SceneGraphObjectStatewriteObject in class NodeComponentStateIOExceptionpublic void readObject(DataInput in) throws IOException
readObject in class NodeComponentStateIOExceptionpublic void addSubReference()
NodeComponentStateaddSubReference in class NodeComponentStatepublic void buildGraph()
SceneGraphObjectStatebuildGraph in class SceneGraphObjectStateCopyright © 2016–2022 SciJava. All rights reserved.