com.googlecode.wickedcharts.highcharts.options
Class Symbol
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Symbol
- All Implemented Interfaces:
- Serializable
public class Symbol
- extends Object
- implements Serializable
Defines either a predefined symbol or a custom symbol represented by an URL.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#plotOptions.area.marker.symbol,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Symbol
public Symbol(Symbol.PredefinedSymbol predefinedSymbol)
Symbol
public Symbol(String url)
getPredefinedSymbol
public Symbol.PredefinedSymbol getPredefinedSymbol()
getUrl
public String getUrl()
setPredefinedSymbol
public Symbol setPredefinedSymbol(Symbol.PredefinedSymbol predefinedSymbol)
setUrl
public Symbol setUrl(String url)
Copyright © 2013. All Rights Reserved.