Class SvgGradientStop

java.lang.Object
org.eclipse.nebula.cwt.svg.SvgElement
org.eclipse.nebula.cwt.svg.SvgGradientStop

class SvgGradientStop
extends SvgElement
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.lang.Integer color  
    (package private) java.lang.Float offset
    always a value between 0 and 1
    (package private) java.lang.Float opacity  
  • Constructor Summary

    Constructors 
    Constructor Description
    SvgGradientStop​(SvgGradient gradient, java.lang.String id)  
  • Method Summary

    Modifier and Type Method Description
    (package private) int alpha()  
    (package private) int blue()  
    (package private) int green()  
    (package private) int red()  

    Methods inherited from class org.eclipse.nebula.cwt.svg.SvgElement

    getAncestry, getContainer, getElement, getFragment, getId, getViewport, setContainer

    Methods inherited from class java.lang.Object

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

    • offset

      java.lang.Float offset
      always a value between 0 and 1
    • color

      java.lang.Integer color
    • opacity

      java.lang.Float opacity
  • Constructor Details

  • Method Details