|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.SeriesPattern
public class SeriesPattern
Series' pattern info.
Field Summary | |
---|---|
static short |
BUBBLES3D
The bubble chart is 3D. |
static short |
SHADOW
Has shadow |
static short |
SHOWBUBBLESIZE
Shows the bubble size, only used for the bubble chart. |
static short |
SHOWLABEL
Shows the label as the data label. |
static short |
SHOWLABPER
Shows the label and percent as the data label, only used for the pie chart type. |
static short |
SHOWNONE
Shows nothing about the data label. |
static short |
SHOWPERCENT
Shows the percent as the data label, only used for the pie chart type. |
static short |
SHOWVALUE
Shows the value as the data label. |
static short |
SMOOTHEDLINE
The line in the line chart is smoothed. |
Constructor Summary | |
---|---|
SeriesPattern()
Creates a SeriesPattern object with default parameters. |
|
SeriesPattern(LineFormatInfo seriesBorder,
AreaFormatInfo seriesArea,
MarkerFormatInfo markerInfo,
short attachedLabel,
short serFormat)
Creates a SeriesPattern object with these parameters: |
|
SeriesPattern(short pointNum,
LineFormatInfo seriesBorder,
AreaFormatInfo seriesArea,
MarkerFormatInfo markerInfo,
short attachedLabel,
short serFormat)
Creates a SeriesPattern object with these parameters: |
Method Summary | |
---|---|
short |
getLabelType()
Gets the series' attached label type. |
MarkerFormatInfo |
getMarkerInfo()
Gets the series' marker format if the chart type is scatter or line. |
short |
getSerFormat()
Gets the series' format. |
AreaFormatInfo |
getSeriesArea()
Gets the series' area format. |
LineFormatInfo |
getSeriesBorder()
Gets the series' border format. |
void |
setLabelType(short type)
Sets the series' attached label type. |
void |
setMarkerInfo(MarkerFormatInfo markerInfo)
Sets the series' marker format if the chart type is scatter or line. |
void |
setSerFormat(short serFormat)
Sets the series' format. |
void |
setSeriesArea(AreaFormatInfo seriesArea)
Sets the series' area format. |
void |
setSeriesBorder(LineFormatInfo seriesBorder)
Sets the series' border format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short SHOWNONE
public static final short SHOWVALUE
public static final short SHOWPERCENT
public static final short SHOWLABPER
public static final short SHOWLABEL
public static final short SHOWBUBBLESIZE
public static final short SMOOTHEDLINE
public static final short BUBBLES3D
public static final short SHADOW
Constructor Detail |
---|
public SeriesPattern()
SeriesPattern
object with default parameters.
public SeriesPattern(short pointNum, LineFormatInfo seriesBorder, AreaFormatInfo seriesArea, MarkerFormatInfo markerInfo, short attachedLabel, short serFormat)
SeriesPattern
object with these parameters:
pointNum
- the point number in the series, -1 for entire seriesseriesBorder
- series' border color and styleseriesArea
- series' area colormarkerInfo
- marker type of scatter or line chart.attachedLabel
- the attached label type SHOWNONE, SHOWVALUE, SHOWPERCENT(for pie chart),
SHOWLABPER(for pie chart), SHOWLABEL, SHOWBUBBLESIZE(for bubble chart) or the combined value of them.serFormat
- series format, can be SHOWNONE, SMOOTHEDLINE, BUBBLES3D, SHADOW or the combined value of thempublic SeriesPattern(LineFormatInfo seriesBorder, AreaFormatInfo seriesArea, MarkerFormatInfo markerInfo, short attachedLabel, short serFormat)
SeriesPattern
object with these parameters:
seriesBorder
- series' border color and styleseriesArea
- Series' area colormarkerInfo
- marker type of scatter or line chartattachedLabel
- the attached label type, SHOWNONE, SHOWVALUE, SHOWPERCENT(for pie chart),
SHOWLABPER(for pie chart), SHOWLABEL, SHOWBUBBLESIZE(for bubble chart) or the combined value of them.serFormat
- series format, can be SHOWNONE, SMOOTHEDLINE, BUBBLES3D, SHADOW or the combined value of themMethod Detail |
---|
public void setSeriesBorder(LineFormatInfo seriesBorder)
seriesBorder
- series' border formatpublic LineFormatInfo getSeriesBorder()
public void setSeriesArea(AreaFormatInfo seriesArea)
seriesArea
- series' area formatpublic AreaFormatInfo getSeriesArea()
public void setMarkerInfo(MarkerFormatInfo markerInfo)
markerInfo
- series' marker formatpublic MarkerFormatInfo getMarkerInfo()
public void setLabelType(short type)
type
- the series' attached label type. SHOWNONE,SHOWVALUE,SHOWPERCENT( used for pie chart only),SHOWLABPER ( used for pie chart only),
SHOWLABEL,SHOWBUBBLESIZE ( used for bubble chart).SHOWNONE
,
SHOWVALUE
,
SHOWPERCENT
,
SHOWLABPER
,
SHOWLABEL
,
SHOWBUBBLESIZE
public short getLabelType()
SHOWNONE
,
SHOWVALUE
,
SHOWPERCENT
,
SHOWLABPER
,
SHOWLABEL
,
SHOWBUBBLESIZE
public void setSerFormat(short serFormat)
serFormat
- the series' format.MOOTHEDLINE( used for line or scatter chart only), BUBBLES3D ( used for bubble chart only) or SHADOWSMOOTHEDLINE
,
BUBBLES3D
,
SHADOW
public short getSerFormat()
SMOOTHEDLINE
,
BUBBLES3D
,
SHADOW
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |