Class RenderOptions

java.lang.Object
pl.AWTGameEngine.objects.render.RenderOptions

public class RenderOptions extends Object
  • Constructor Details

    • RenderOptions

      public RenderOptions()
  • Method Details

    • getColor

      public Color getColor()
    • getFont

      public Font getFont()
    • getRotation

      public double getRotation()
    • getRotationCenterX

      public double getRotationCenterX()
    • getRotationCenterY

      public double getRotationCenterY()
    • getStroke

      public float getStroke()
    • getContext

      public GameObject getContext()
    • setColor

      public RenderOptions setColor(Color color)
    • setColor

      public RenderOptions setColor(ColorObject color)
    • setFont

      public RenderOptions setFont(Font font)
    • setRotation

      public RenderOptions setRotation(double rotation)
    • setRotationCenterX

      public RenderOptions setRotationCenterX(double x)
    • setRotationCenterY

      public RenderOptions setRotationCenterY(double y)
    • setStroke

      public RenderOptions setStroke(float stroke)
    • setContext

      public RenderOptions setContext(GameObject context)