Package snap.gfx3d
Class Painter3D.PaintTask
java.lang.Object
snap.gfx3d.Painter3D.PaintTask
- Enclosing class:
- Painter3D
This class represents a discrete paint task.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncloneForPainter
(Painter3D aPainter3D) Weird clone to deal with inner class.getColor()
Returns color.getShape()
Returns shape.Returns stroke.Returns a VertexArray.
-
Constructor Details
-
PaintTask
Constructor.
-
-
Method Details
-
getShape
Returns shape. -
getColor
Returns color. -
getStroke
Returns stroke. -
getTriangleArray
Returns a VertexArray. -
cloneForPainter
Weird clone to deal with inner class.
-