Class ShapeRenderer.PaintWithOpacity

  • Enclosing class:
    ShapeRenderer

    private static final class ShapeRenderer.PaintWithOpacity
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float opacity  
      private @NotNull SVGPaint paint  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PaintWithOpacity​(@NotNull SVGPaint paint, float opacity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean isVisible()  
      • Methods inherited from class java.lang.Object

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

      • paint

        @NotNull
        private final @NotNull SVGPaint paint
      • opacity

        private final float opacity
    • Constructor Detail

      • PaintWithOpacity

        private PaintWithOpacity​(@NotNull
                                 @NotNull SVGPaint paint,
                                 float opacity)
    • Method Detail

      • isVisible

        boolean isVisible()