java.lang.Object
org.wicketstuff.jqplot.lib.elements.MarkerOptions
- All Implemented Interfaces:
Serializable
The default jqPlot marker renderer, rendering the points on the line.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the color.Gets the line width.Gets the shadow.Gets the shadow alpha.Gets the shadow angle.Gets the shadow depth.Gets the shadow offset.Gets the shadow renderer.Gets the shape renderer.getShow()Gets the show.getSize()Gets the size.getStyle()Gets the style.Line width.voidSets the color.voidsetLineWidth(Integer lineWidth) Sets the line width.voidSets the shadow.voidsetShadowAlpha(String shadowAlpha) Sets the shadow alpha.voidsetShadowAngle(Float shadowAngle) Sets the shadow angle.voidsetShadowDepth(Integer shadowDepth) Sets the shadow depth.voidsetShadowOffset(Integer shadowOffset) Sets the shadow offset.voidsetShadowRenderer(JqPlotResources shadowRenderer) Sets the shadow renderer.voidsetShapeRenderer(JqPlotResources shapeRenderer) Sets the shape renderer.voidSets the show.voidSets the size.voidSets the style.Show.Size.Style.
-
Constructor Details
-
MarkerOptions
public MarkerOptions()Instantiates a new marker options.
-
-
Method Details
-
style
Style.- Parameters:
style- the style- Returns:
- the marker options
-
size
Size.- Parameters:
size- the size- Returns:
- the marker options
-
lineWidth
Line width.- Parameters:
lineWidth- the line width- Returns:
- the marker options
-
show
Show.- Parameters:
show- the show- Returns:
- the marker options
-
getStyle
Gets the style.- Returns:
- style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
getShow
Gets the show.- Returns:
- the show
-
setShow
Sets the show.- Parameters:
show- the new show
-
getLineWidth
Gets the line width.- Returns:
- the line width
-
setLineWidth
Sets the line width.- Parameters:
lineWidth- the new line width
-
getSize
Gets the size.- Returns:
- the size
-
setSize
Sets the size.- Parameters:
size- the new size
-
getColor
Gets the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the new color
-
getShadow
Gets the shadow.- Returns:
- the shadow
-
setShadow
Sets the shadow.- Parameters:
shadow- the new shadow
-
getShadowAngle
Gets the shadow angle.- Returns:
- the shadow angle
-
setShadowAngle
Sets the shadow angle.- Parameters:
shadowAngle- the new shadow angle
-
getShadowOffset
Gets the shadow offset.- Returns:
- the shadow offset
-
setShadowOffset
Sets the shadow offset.- Parameters:
shadowOffset- the new shadow offset
-
getShadowDepth
Gets the shadow depth.- Returns:
- the shadow depth
-
setShadowDepth
Sets the shadow depth.- Parameters:
shadowDepth- the new shadow depth
-
getShadowAlpha
Gets the shadow alpha.- Returns:
- the shadow alpha
-
setShadowAlpha
Sets the shadow alpha.- Parameters:
shadowAlpha- the new shadow alpha
-
getShadowRenderer
Gets the shadow renderer.- Returns:
- the shadow renderer
-
setShadowRenderer
Sets the shadow renderer.- Parameters:
shadowRenderer- the new shadow renderer
-
getShapeRenderer
Gets the shape renderer.- Returns:
- the shape renderer
-
setShapeRenderer
Sets the shape renderer.- Parameters:
shapeRenderer- the new shape renderer
-