picturetype-ag凯发旗舰厅



com.spire.presentation.charts
enum picturetype

java.lang.object
  extended by java.lang.enum<picturetype>
      extended by com.spire.presentation.charts.picturetype
all implemented interfaces:
java.lang.comparable<picturetype>

public enum picturetype
extends java.lang.enum<picturetype>

indicates mode of bar picture filling.


enum constant summary
none
          not defined.
stack
          the picture is sized to repeat a maximum of 15 times in the longest stacked bar.
stack_scale
          the picture is sized to a specified number of units and repeated the length of the bar.
stretch
          the picture is stretched the full length of the stacked bar.
 
method summary
 java.lang.string getname()
          gets the name.
static picturetype getpicturetypefromvalue(long value)
          gets the picturetype.
 int getvalue()
          gets the value.
 
enum constant detail

none

public static final picturetype none
not defined.

stack

public static final picturetype stack
the picture is sized to repeat a maximum of 15 times in the longest stacked bar.

stack_scale

public static final picturetype stack_scale
the picture is sized to a specified number of units and repeated the length of the bar.

stretch

public static final picturetype stretch
the picture is stretched the full length of the stacked bar.
method detail

getname

public java.lang.string getname()
gets the name.
returns:

getvalue

public int getvalue()
gets the value.
returns:

getpicturetypefromvalue

public static picturetype getpicturetypefromvalue(long value)
gets the picturetype.
returns:


网站地图