Class ShapeRenderer.PaintShape

  • Enclosing class:
    ShapeRenderer

    public static final class ShapeRenderer.PaintShape
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private @Nullable java.awt.geom.Rectangle2D bounds  
      private @NotNull java.awt.Shape shape  
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintShape​(@NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • shape

        @NotNull
        private final @NotNull java.awt.Shape shape
      • bounds

        @Nullable
        private final @Nullable java.awt.geom.Rectangle2D bounds
    • Constructor Detail

      • PaintShape

        public PaintShape​(@NotNull
                          @NotNull java.awt.Shape shape,
                          @Nullable
                          @Nullable java.awt.geom.Rectangle2D bounds)