Package snap.gfx3d

Class Painter3D.PaintTask

java.lang.Object
snap.gfx3d.Painter3D.PaintTask
Enclosing class:
Painter3D

public class Painter3D.PaintTask extends Object
This class represents a discrete paint task.
  • Constructor Details

    • PaintTask

      public PaintTask(Shape aShape, Color aColor, Stroke aStroke, double anOffset)
      Constructor.
  • Method Details

    • getShape

      public Shape getShape()
      Returns shape.
    • getColor

      public Color getColor()
      Returns color.
    • getStroke

      public Stroke getStroke()
      Returns stroke.
    • getTriangleArray

      public VertexArray getTriangleArray()
      Returns a VertexArray.
    • cloneForPainter

      public Painter3D.PaintTask cloneForPainter(Painter3D aPainter3D)
      Weird clone to deal with inner class.