Class SvgPaint

  • Direct Known Subclasses:
    SvgFill, SvgStroke

    abstract class SvgPaint
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  SvgPaint.PaintType  
    • Constructor Summary

      Constructors 
      Constructor Description
      SvgPaint​(SvgGraphic parent)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) abstract void apply()  
      void create​(org.eclipse.swt.graphics.GC gc)  
      boolean dispose()  
      boolean isPaintable()  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • apply

        abstract void apply()
      • create

        public void create​(org.eclipse.swt.graphics.GC gc)
      • dispose

        public boolean dispose()
      • isPaintable

        public boolean isPaintable()