JCanvas3DYUp

Serialized Form


Package com.interactivemesh.j3d.community.gui

Class com.interactivemesh.j3d.community.gui.FXCanvas3D extends javax.swing.JPanel implements Serializable

Serialized Fields

graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.FXCanvas3D.InternalCanvas3D canvas
The canvas that is linked to the component.


paintImage

java.awt.image.BufferedImage paintImage

paintIntBuffer

int[] paintIntBuffer

renderIntBuffer

int[] renderIntBuffer

imageWidth

int imageWidth

imageHeight

int imageHeight

imageAccessLock

java.util.concurrent.locks.ReentrantLock imageAccessLock

imageCopyCondition

java.util.concurrent.locks.Condition imageCopyCondition

imageResizeCondition

java.util.concurrent.locks.Condition imageResizeCondition

isImageCopied

boolean isImageCopied

isRendererLocked

boolean isRendererLocked

repainter

com.interactivemesh.j3d.community.gui.FXCanvas3DRepainter repainter

startTimePaint

long startTimePaint

endTimePaint

long endTimePaint

startTimePre

long startTimePre

startTimeSwap

long startTimeSwap

endTimeSwap

long endTimeSwap

startTimeRender

long startTimeRender

endTimeRender

long endTimeRender

Class com.interactivemesh.j3d.community.gui.FXCanvas3DAbstract extends javax.swing.JPanel implements Serializable

Serialized Fields

graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.FXCanvas3DAbstract.InternalCanvas3D canvas
The canvas that is linked to the component.


hasBeenAdded

boolean hasBeenAdded
flag indicating that the JCanvas3D has been added to a container


paintImage

java.awt.image.BufferedImage paintImage
the device to be used by this canvas


paintIntBuffer

int[] paintIntBuffer

renderIntBuffer

int[] renderIntBuffer

imageAccessLock

java.util.concurrent.locks.ReentrantLock imageAccessLock

imageCopyCondition

java.util.concurrent.locks.Condition imageCopyCondition

imageResizeCondition

java.util.concurrent.locks.Condition imageResizeCondition

isImageCopied

boolean isImageCopied

isRendererLocked

boolean isRendererLocked

Class com.interactivemesh.j3d.community.gui.JCanvas3DOB extends com.interactivemesh.j3d.community.gui.JCanvas3DOBAbstract implements Serializable

Class com.interactivemesh.j3d.community.gui.JCanvas3DOBAbstract extends javax.swing.JPanel implements Serializable

Serialized Fields

graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.JCanvas3DOBAbstract.InternalCanvas3D canvas
The canvas that is linked to the component.


paintImage

java.awt.image.BufferedImage paintImage
That image of the off-screen buffers which Swing is drawing.

See Also:
JCanvas3DOBAbstract.paintComponent(Graphics)

imageWidth

int imageWidth
The width of the image which Swing is drawing.


imageHeight

int imageHeight
The height of the image which Swing is drawing.

Class com.interactivemesh.j3d.community.gui.JCanvas3DOBbase extends javax.swing.JPanel implements Serializable

Serialized Fields

graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.JCanvas3DOBbase.InternalCanvas3D canvas
The canvas that is linked to the component.


paintImage

java.awt.image.BufferedImage paintImage

imageWidth

int imageWidth

imageHeight

int imageHeight

startTimePaint

long startTimePaint

endTimePaint

long endTimePaint

startTimePre

long startTimePre

startTimeSwap

long startTimeSwap

endTimeSwap

long endTimeSwap

startTimeRender

long startTimeRender

endTimeRender

long endTimeRender

Class com.interactivemesh.j3d.community.gui.JCanvas3DOBReflection extends javax.swing.JPanel implements Serializable

Serialized Fields

graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.JCanvas3DOBReflection.InternalCanvas3D canvas
The canvas that is linked to the component.


hasBeenAdded

boolean hasBeenAdded
flag indicating that the JCanvas3D has been added to a container


paintImage

java.awt.image.BufferedImage paintImage

paintIntBuffer

int[] paintIntBuffer

renderIntBuffer

int[] renderIntBuffer

imageWidth

int imageWidth

imageHeight

int imageHeight

imageAccessLock

java.util.concurrent.locks.ReentrantLock imageAccessLock

imageCopyCondition

java.util.concurrent.locks.Condition imageCopyCondition

imageResizeCondition

java.util.concurrent.locks.Condition imageResizeCondition

isImageCopied

boolean isImageCopied

isRendererLocked

boolean isRendererLocked

imagePaintCondition

java.util.concurrent.locks.Condition imagePaintCondition

isImagePainted

boolean isImagePainted

repainter

com.interactivemesh.j3d.community.gui.JCanvas3DOBReflection.Repainter repainter

reflectFraction

float reflectFraction

alphaComposite

java.awt.AlphaComposite alphaComposite

gradPaint

java.awt.GradientPaint gradPaint

topOpacity

float topOpacity

botOpacity

float botOpacity

topCol

float[] topCol

botCol

float[] botCol

reflectHeight

int reflectHeight

updatesPerSecond

int updatesPerSecond

elapsedFrames

int elapsedFrames

frameCounter

int frameCounter

startTimePaint

long startTimePaint

endTimePaint

long endTimePaint

frameDuration

long frameDuration

fpsPaint

int fpsPaint

startTimePre

long startTimePre

startTimeSwap

long startTimeSwap

endTimeSwap

long endTimeSwap

startTimeRender

long startTimeRender

endTimeRender

long endTimeRender

Class com.interactivemesh.j3d.community.gui.JCanvas3DReflection extends javax.swing.JPanel implements Serializable

Serialized Fields

template

javax.media.j3d.GraphicsConfigTemplate3D template
the template to be used for this canvas


graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.JCanvas3DReflection.InternalCanvas3D canvas
The canvas that is linked to the component.


hasBeenAdded

boolean hasBeenAdded
flag indicating that the JCanvas3D has been added to a container


resizeMode

int resizeMode
The resize mode currently being used.


resizeValidationDelay

int resizeValidationDelay
the idle delay that will trigger a real resize. ('idle' being the lack of resizing action from the user)


device

java.awt.GraphicsDevice device
the device to be used by this canvas


reflectFraction

float reflectFraction

alphaComposite

java.awt.AlphaComposite alphaComposite

gradPaint

java.awt.GradientPaint gradPaint

topOpacity

float topOpacity

botOpacity

float botOpacity

topCol

float[] topCol

botCol

float[] botCol

reflectHeight

int reflectHeight

canvasHeight

int canvasHeight

canvasWidth

int canvasWidth

updatesPerSecond

int updatesPerSecond

elapsedFrames

int elapsedFrames

frameCounter

int frameCounter

startTimePaint

long startTimePaint

endTimePaint

long endTimePaint

frameDuration

long frameDuration

fpsPaint

int fpsPaint

Class com.interactivemesh.j3d.community.gui.JCanvas3DSB extends javax.swing.JPanel implements Serializable

Serialized Fields

graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.JCanvas3DSB.InternalCanvas3D canvas
The canvas that is linked to the component.


paintImage

java.awt.image.BufferedImage paintImage

imageWidth

int imageWidth

imageHeight

int imageHeight

imageAccessLock

java.util.concurrent.locks.ReentrantLock imageAccessLock

isSwapStarted

boolean isSwapStarted

startTimePaint

long startTimePaint

endTimePaint

long endTimePaint

startTimePre

long startTimePre

startTimeSwap

long startTimeSwap

endTimeSwap

long endTimeSwap

startTimeRender

long startTimeRender

endTimeRender

long endTimeRender

Class com.interactivemesh.j3d.community.gui.JCanvas3DYUp extends javax.swing.JPanel implements Serializable

Serialized Fields

template

javax.media.j3d.GraphicsConfigTemplate3D template
the template to be used for this canvas


graphicsConfig

java.awt.GraphicsConfiguration graphicsConfig
the graphics configuration used for this canvas


canvas

com.interactivemesh.j3d.community.gui.JCanvas3DYUp.InternalCanvas3D canvas
The canvas that is linked to the component.


hasBeenAdded

boolean hasBeenAdded
flag indicating that the JCanvas3D has been added to a container


resizeMode

int resizeMode
The resize mode currently being used.


resizeValidationDelay

int resizeValidationDelay
the idle delay that will trigger a real resize. ('idle' being the lack of resizing action from the user)


device

java.awt.GraphicsDevice device
the device to be used by this canvas


JCanvas3DYUp