gradientstopdata-ag凯发旗舰厅



com.spire.presentation.drawing
class gradientstopdata

java.lang.object
  extended by com.spire.presentation.drawing.gradientstopdata

public class gradientstopdata
extends java.lang.object

represents a gradient stop.


constructor summary
gradientstopdata(float position, com.spire.ms.system.drawing.color color)
           
 
method summary
 java.awt.color getcolor()
          gets the color of a gradient stop.
 float getposition()
          gets the position (0..1) of a gradient stop.
 
constructor detail

gradientstopdata

public gradientstopdata(float position,
                        com.spire.ms.system.drawing.color color)
method detail

getposition

public float getposition()
gets the position (0..1) of a gradient stop. readonly .
returns:

getcolor

public java.awt.color getcolor()
gets the color of a gradient stop. read-only .
returns:


网站地图