com.spire.xls.core.spreadsheet.shapes
Class XlsGradientStop

java.lang.Object
  extended by com.spire.xls.core.spreadsheet.shapes.XlsGradientStop

public class XlsGradientStop
extends java.lang.Object


Constructor Summary
XlsGradientStop()
           
XlsGradientStop(OColor color, int position, int transparency)
           
 
Method Summary
 OColor getOColor()
          Gets / sets color of this gradient stop.
 int getPosition()
          Gets / sets position of this gradient stop.
 int getShade()
          Gets / sets shade of the color for this gradient stop.
 int getTint()
          Gets / sets tint of the color for this gradient stop.
 int getTransparency()
          Gets / sets transparency of this gradient stop.
 void setShade(int value)
          Gets / sets shade of the color for this gradient stop.
 void setTint(int value)
          Gets / sets tint of the color for this gradient stop.
 void setTransparency(int value)
          Gets / sets transparency of this gradient stop.
 

Constructor Detail

XlsGradientStop

public XlsGradientStop()

XlsGradientStop

public XlsGradientStop(OColor color,
                       int position,
                       int transparency)
Method Detail

getOColor

public OColor getOColor()
Gets / sets color of this gradient stop.


getPosition

public int getPosition()
Gets / sets position of this gradient stop.


getTransparency

public int getTransparency()
Gets / sets transparency of this gradient stop.


setTransparency

public void setTransparency(int value)
Gets / sets transparency of this gradient stop.


getTint

public int getTint()
Gets / sets tint of the color for this gradient stop.


setTint

public void setTint(int value)
Gets / sets tint of the color for this gradient stop.


getShade

public int getShade()
Gets / sets shade of the color for this gradient stop.


setShade

public void setShade(int value)
Gets / sets shade of the color for this gradient stop.