Class SvgPaint

java.lang.Object
org.eclipse.nebula.cwt.svg.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  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.lang.Integer color  
    (package private) org.eclipse.swt.graphics.GC gc  
    (package private) java.lang.String linkId  
    (package private) java.lang.Float opacity  
    (package private) SvgGradient paintServer  
    (package private) SvgGraphic parent  
    (package private) SvgPaint.PaintType type  
  • Constructor Summary

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

    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