Class ShapeRenderer.ShapePaintContext

  • Enclosing class:
    ShapeRenderer

    public static final class ShapeRenderer.ShapePaintContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapePaintContext​(@NotNull RenderContext context, @NotNull java.util.Set<VectorEffect> vectorEffects, @NotNull java.awt.Stroke stroke, @Nullable java.awt.geom.AffineTransform transform)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • vectorEffects

        @NotNull
        private final @NotNull java.util.Set<VectorEffect> vectorEffects
      • stroke

        @NotNull
        private final @NotNull java.awt.Stroke stroke
      • transform

        @Nullable
        private final @Nullable java.awt.geom.AffineTransform transform
    • Constructor Detail

      • ShapePaintContext

        public ShapePaintContext​(@NotNull
                                 @NotNull RenderContext context,
                                 @NotNull
                                 @NotNull java.util.Set<VectorEffect> vectorEffects,
                                 @NotNull
                                 @NotNull java.awt.Stroke stroke,
                                 @Nullable
                                 @Nullable java.awt.geom.AffineTransform transform)