com.aspose.slides
Class Marker

java.lang.Object
  extended by com.aspose.slides.Marker
All Implemented Interfaces:
IMarker

public class Marker
extends java.lang.Object
implements IMarker


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

getSymbol

public int getSymbol()

Represents the marker style in a line chart, scatter chart, or radar chart.

Specified by:
getSymbol in interface IMarker

setSymbol

public void setSymbol(int value)
Specified by:
setSymbol in interface IMarker

getFormat

public IFormat getFormat()

Gets or sets the marker fill

Specified by:
getFormat in interface IMarker

getSize

public int getSize()

Represents the marker size in a line chart, scatter chart, or radar chart.

Specified by:
getSize in interface IMarker

setSize

public void setSize(int value)
Specified by:
setSize in interface IMarker