Class SentinelPaint

  • All Implemented Interfaces:
    SVGPaint

    final class SentinelPaint
    extends java.lang.Object
    implements SVGPaint
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      SentinelPaint​(@NotNull java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawShape​(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)  
      void fillShape​(@NotNull Output output, @NotNull RenderContext context, @NotNull java.awt.Shape shape, @Nullable java.awt.geom.Rectangle2D bounds)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
    • Constructor Detail

      • SentinelPaint

        public SentinelPaint​(@NotNull
                             @NotNull java.lang.String name)
    • Method Detail

      • fillShape

        public void fillShape​(@NotNull
                              @NotNull Output output,
                              @NotNull
                              @NotNull RenderContext context,
                              @NotNull
                              @NotNull java.awt.Shape shape,
                              @Nullable
                              @Nullable java.awt.geom.Rectangle2D bounds)
        Specified by:
        fillShape in interface SVGPaint
      • drawShape

        public void drawShape​(@NotNull
                              @NotNull Output output,
                              @NotNull
                              @NotNull RenderContext context,
                              @NotNull
                              @NotNull java.awt.Shape shape,
                              @Nullable
                              @Nullable java.awt.geom.Rectangle2D bounds)
        Specified by:
        drawShape in interface SVGPaint
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object