Class ImageDiskBackdrop
java.lang.Object
com.ardor3d.extension.ui.backdrop.UIBackdrop
com.ardor3d.extension.ui.backdrop.SolidDiskBackdrop
com.ardor3d.extension.ui.backdrop.ImageDiskBackdrop
-
Field Summary
Fields inherited from class com.ardor3d.extension.ui.backdrop.SolidDiskBackdrop
_color
-
Constructor Summary
ConstructorDescriptionImageDiskBackdrop
(SubTex image) Construct this back drop, using the given image.ImageDiskBackdrop
(SubTex image, ReadOnlyColorRGBA color) Construct this back drop, using the given image and color. -
Method Summary
Methods inherited from class com.ardor3d.extension.ui.backdrop.SolidDiskBackdrop
createStandinDisk, getColor, setColor
Methods inherited from class com.ardor3d.extension.ui.backdrop.UIBackdrop
getBackdropHeight, getBackdropWidth
-
Field Details
-
_image
The image to draw. -
_texState
-
-
Constructor Details
-
ImageDiskBackdrop
Construct this back drop, using the given image.- Parameters:
image
- the image
-
ImageDiskBackdrop
Construct this back drop, using the given image and color.- Parameters:
image
- the image to drawcolor
- the color of the backdrop
-
-
Method Details
-
draw
Description copied from class:UIBackdrop
Draw this backdrop. Override this method to do the actual work.- Overrides:
draw
in classSolidDiskBackdrop
- Parameters:
renderer
- the renderer to use in drawing.comp
- the component we are drawing the background for.
-
getImage
-
setImage
-