Method Summary |
|
protected Object | clone() |
synchronized void | createMirrorObject() |
boolean | equivalent(TexCoordGenerationRetained tr) |
final boolean | getEnable() Retrieves the state of the texCoordGeneration enable flag. |
final int | getFormat() Retrieves the current TexCoordGeneration format. |
final int | getGenMode() Retrieves the current TexCoordGeneration generation mode. |
final void | getPlaneQ(Vector4f planeQ) Retrieves a copy of the plane equation used to
generate the Q coordinate. |
final void | getPlaneR(Vector4f planeR) Retrieves a copy of the plane equation used to
generate the R coordinate. |
final void | getPlaneS(Vector4f planeS) Retrieves a copy of the plane equation used to
generate the S coordinate. |
final void | getPlaneT(Vector4f planeT) Retrieves a copy of the plane equation used to
generate the T coordinate. |
void | handleFrequencyChange(int bit) |
final void | initEnable(boolean state) Enables or disables texture coordinate generation for this
appearance component object. |
final void | initFormat(int format) Sets the TexCoordGeneration format to the specified value. |
final void | initGenMode(int genMode) Sets the TexCoordGeneration generation mode to the specified value. |
synchronized void | initMirrorObject() |
final void | initPlaneQ(Vector4f planeQ) Sets the Q coordinate plane equation. |
final void | initPlaneR(Vector4f planeR) Sets the R coordinate plane equation. |
final void | initPlaneS(Vector4f planeS) Sets the S coordinate plane equation. |
final void | initPlaneT(Vector4f planeT) Sets the T coordinate plane equation. |
final void | sendMessage(int attrMask, Object attr) |
protected void | set(TexCoordGenerationRetained tr) |
final void | setEnable(boolean state) Enables or disables texture coordinate generation for this
appearance component object and sends a message notifying
the interested structures of the change. |
final void | setPlaneQ(Vector4f planeQ) Sets the Q coordinate plane equation. |
final void | setPlaneR(Vector4f planeR) Sets the R coordinate plane equation. |
final void | setPlaneS(Vector4f planeS) Sets the S coordinate plane equation. |
final void | setPlaneT(Vector4f planeT) Sets the T coordinate plane equation. |
synchronized void | updateMirrorObject(int component, Object value) |
void | updateNative(Canvas3D cv) |