|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Marker
public class Marker
Method Summary | |
---|---|
IFormat |
getFormat()
Gets or sets the marker fill |
int |
getSize()
Represents the marker size in a line chart, scatter chart, or radar chart. |
int |
getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart. |
void |
setSize(int value)
|
void |
setSymbol(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getSymbol()
Represents the marker style in a line chart, scatter chart, or radar chart.
getSymbol
in interface IMarker
public void setSymbol(int value)
setSymbol
in interface IMarker
public IFormat getFormat()
Gets or sets the marker fill
getFormat
in interface IMarker
public int getSize()
Represents the marker size in a line chart, scatter chart, or radar chart.
getSize
in interface IMarker
public void setSize(int value)
setSize
in interface IMarker
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |