com.googlecode.wickedcharts.highcharts.options
Class Symbol

java.lang.Object
  extended by 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

Nested Class Summary
static class Symbol.PredefinedSymbol
           
 
Constructor Summary
Symbol(String url)
           
Symbol(Symbol.PredefinedSymbol predefinedSymbol)
           
 
Method Summary
 Symbol.PredefinedSymbol getPredefinedSymbol()
           
 String getUrl()
           
 Symbol setPredefinedSymbol(Symbol.PredefinedSymbol predefinedSymbol)
           
 Symbol setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Symbol

public Symbol(Symbol.PredefinedSymbol predefinedSymbol)

Symbol

public Symbol(String url)
Method Detail

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.