|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.SeriesPattern
public class SeriesPattern
| Field Summary | |
|---|---|
static short |
BUBBLES3D
|
static short |
SHADOW
|
static short |
SHOWBUBBLESIZE
|
static short |
SHOWLABEL
|
static short |
SHOWLABPER
|
static short |
SHOWNONE
|
static short |
SHOWPERCENT
|
static short |
SHOWVALUE
|
static short |
SMOOTHEDLINE
|
| Constructor Summary | |
|---|---|
SeriesPattern()
|
|
SeriesPattern(LineFormatInfo seriesBorder,
AreaFormatInfo seriesArea,
MarkerFormatInfo markerInfo,
short attachedLabel,
short serFormat)
Constructs class SeriesPattern and sets its fields appropriately. |
|
SeriesPattern(short pointNum,
LineFormatInfo seriesBorder,
AreaFormatInfo seriesArea,
MarkerFormatInfo markerInfo,
short attachedLabel,
short serFormat)
Constructs class SeriesPattern and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
short |
getLabelType()
Get the series' attached label type |
MarkerFormatInfo |
getMarkerInfo()
Get the series' marker format if the chart type is scatter or line |
short |
getSerFormat()
Get the series' format |
AreaFormatInfo |
getSeriesArea()
Get the series' area format |
LineFormatInfo |
getSeriesBorder()
Get the series' border format |
void |
setLabelType(short type)
Set the series' attached label type |
void |
setMarkerInfo(MarkerFormatInfo markerInfo)
Set the series' marker format if the chart type is scatter or line |
void |
setSerFormat(short serFormat)
Set the series' format |
void |
setSeriesArea(AreaFormatInfo seriesArea)
Set the series' area format |
void |
setSeriesBorder(LineFormatInfo seriesBorder)
Set 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()
public SeriesPattern(short pointNum,
LineFormatInfo seriesBorder,
AreaFormatInfo seriesArea,
MarkerFormatInfo markerInfo,
short attachedLabel,
short serFormat)
pointNum - The point number in the series, -1 for entire seriesseriesBorder - Series' border color and styleseriesArea - Series' area colormarkerType - Marker type of scatter or line chartattachedLabel - Attached label type SHOWNONE, SHOWVALUE, SHOWPERCENT(for pie chart),
SHOWLABPER(for pie chart), SHOWLABEL, SHOWBUBBLESIZE(for bubble chart) or combine of them.serFormat - series format, SHOWNONE, SMOOTHEDLINE, BUBBLES3D, SHADOW or combine of them
public SeriesPattern(LineFormatInfo seriesBorder,
AreaFormatInfo seriesArea,
MarkerFormatInfo markerInfo,
short attachedLabel,
short serFormat)
seriesBorder - Series' border color and styleseriesArea - Series' area colormarkerType - Marker type of scatter or line chartattachedLabel - Attached label type, SHOWNONE, SHOWVALUE, SHOWPERCENT(for pie chart),
SHOWLABPER(for pie chart), SHOWLABEL, SHOWBUBBLESIZE(for bubble chart) or combine of them.serFormat - series format, SHOWNONE, SMOOTHEDLINE, BUBBLES3D, SHADOW or combine of them| Method 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 typeSHOWNONE,
SHOWVALUE,
SHOWPERCENT( use for pie chart only),
SHOWLABPER ( use for pie chart only),
SHOWLABEL,
SHOWBUBBLESIZE( use for bubble chart)public short getLabelType()
SHOWNONE,
SHOWVALUE,
SHOWPERCENT( use for pie chart only),
SHOWLABPER ( use for pie chart only),
SHOWLABEL,
SHOWBUBBLESIZE( use for bubble chart)public void setSerFormat(short serFormat)
type - the series' formatSHOWNONE,
SMOOTHEDLINE( use for line or scatter chart only),
BUBBLES3D ( use for bubble chart only),
SHADOWpublic short getSerFormat()
SHOWNONE,
SMOOTHEDLINE( use for line or scatter chart only),
BUBBLES3D ( use for bubble chart only),
SHADOW
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||