public class SeriesMarker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SeriesMarker.SymbolEnum
symbol
|
Constructor and Description |
---|
SeriesMarker() |
Modifier and Type | Method and Description |
---|---|
SeriesMarker |
effectFormat(EffectFormat effectFormat) |
boolean |
equals(Object o) |
SeriesMarker |
fillFormat(FillFormat fillFormat) |
EffectFormat |
getEffectFormat()
Get or sets the effect format.
|
FillFormat |
getFillFormat()
Get or sets the fill format.
|
LineFormat |
getLineFormat()
Get or sets the line format.
|
Integer |
getSize()
size
|
SeriesMarker.SymbolEnum |
getSymbol()
symbol
|
int |
hashCode() |
SeriesMarker |
lineFormat(LineFormat lineFormat) |
void |
setEffectFormat(EffectFormat effectFormat) |
void |
setFillFormat(FillFormat fillFormat) |
void |
setLineFormat(LineFormat lineFormat) |
void |
setSize(Integer size) |
void |
setSymbol(SeriesMarker.SymbolEnum symbol) |
SeriesMarker |
size(Integer size) |
SeriesMarker |
symbol(SeriesMarker.SymbolEnum symbol) |
String |
toString() |
public SeriesMarker size(Integer size)
public Integer getSize()
public void setSize(Integer size)
public SeriesMarker symbol(SeriesMarker.SymbolEnum symbol)
public SeriesMarker.SymbolEnum getSymbol()
public void setSymbol(SeriesMarker.SymbolEnum symbol)
public SeriesMarker fillFormat(FillFormat fillFormat)
public FillFormat getFillFormat()
public void setFillFormat(FillFormat fillFormat)
public SeriesMarker effectFormat(EffectFormat effectFormat)
public EffectFormat getEffectFormat()
public void setEffectFormat(EffectFormat effectFormat)
public SeriesMarker lineFormat(LineFormat lineFormat)
public LineFormat getLineFormat()
public void setLineFormat(LineFormat lineFormat)
Copyright © 2022. All rights reserved.