public class MarkerOptions extends Object implements Serializable
| Constructor and Description |
|---|
MarkerOptions()
Instantiates a new marker options.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the color.
|
Integer |
getLineWidth()
Gets the line width.
|
Boolean |
getShadow()
Gets the shadow.
|
String |
getShadowAlpha()
Gets the shadow alpha.
|
Float |
getShadowAngle()
Gets the shadow angle.
|
Integer |
getShadowDepth()
Gets the shadow depth.
|
Integer |
getShadowOffset()
Gets the shadow offset.
|
JqPlotResources |
getShadowRenderer()
Gets the shadow renderer.
|
JqPlotResources |
getShapeRenderer()
Gets the shape renderer.
|
Boolean |
getShow()
Gets the show.
|
Float |
getSize()
Gets the size.
|
String |
getStyle()
Gets the style.
|
MarkerOptions |
lineWidth(Integer lineWidth)
Line width.
|
void |
setColor(String color)
Sets the color.
|
void |
setLineWidth(Integer lineWidth)
Sets the line width.
|
void |
setShadow(Boolean shadow)
Sets the shadow.
|
void |
setShadowAlpha(String shadowAlpha)
Sets the shadow alpha.
|
void |
setShadowAngle(Float shadowAngle)
Sets the shadow angle.
|
void |
setShadowDepth(Integer shadowDepth)
Sets the shadow depth.
|
void |
setShadowOffset(Integer shadowOffset)
Sets the shadow offset.
|
void |
setShadowRenderer(JqPlotResources shadowRenderer)
Sets the shadow renderer.
|
void |
setShapeRenderer(JqPlotResources shapeRenderer)
Sets the shape renderer.
|
void |
setShow(Boolean show)
Sets the show.
|
void |
setSize(Float size)
Sets the size.
|
void |
setStyle(String style)
Sets the style.
|
MarkerOptions |
show(Boolean show)
Show.
|
MarkerOptions |
size(Float size)
Size.
|
MarkerOptions |
style(String style)
Style.
|
public MarkerOptions style(String style)
style - the stylepublic MarkerOptions size(Float size)
size - the sizepublic MarkerOptions lineWidth(Integer lineWidth)
lineWidth - the line widthpublic MarkerOptions show(Boolean show)
show - the showpublic String getStyle()
public void setStyle(String style)
style - the new stylepublic Boolean getShow()
public void setShow(Boolean show)
show - the new showpublic Integer getLineWidth()
public void setLineWidth(Integer lineWidth)
lineWidth - the new line widthpublic Float getSize()
public void setSize(Float size)
size - the new sizepublic String getColor()
public void setColor(String color)
color - the new colorpublic Boolean getShadow()
public void setShadow(Boolean shadow)
shadow - the new shadowpublic Float getShadowAngle()
public void setShadowAngle(Float shadowAngle)
shadowAngle - the new shadow anglepublic Integer getShadowOffset()
public void setShadowOffset(Integer shadowOffset)
shadowOffset - the new shadow offsetpublic Integer getShadowDepth()
public void setShadowDepth(Integer shadowDepth)
shadowDepth - the new shadow depthpublic String getShadowAlpha()
public void setShadowAlpha(String shadowAlpha)
shadowAlpha - the new shadow alphapublic JqPlotResources getShadowRenderer()
public void setShadowRenderer(JqPlotResources shadowRenderer)
shadowRenderer - the new shadow rendererpublic JqPlotResources getShapeRenderer()
public void setShapeRenderer(JqPlotResources shapeRenderer)
shapeRenderer - the new shape rendererCopyright © 2024. All rights reserved.