com.googlecode.wickedcharts.highcharts.options
Class DateTimeLabelFormat

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat
All Implemented Interfaces:
Serializable

public class DateTimeLabelFormat
extends Object
implements Serializable

Defines the date time label format for the axis.

Author:
Matthias Balke
See Also:
http://api.highcharts.com/highcharts#xAxis.dateTimeLabelFormats, Serialized Form

Nested Class Summary
static class DateTimeLabelFormat.DateTimeProperties
           
 
Constructor Summary
DateTimeLabelFormat()
           
 
Method Summary
 Map<DateTimeLabelFormat.DateTimeProperties,String> getProperties()
           
 String getProperty(DateTimeLabelFormat.DateTimeProperties key)
           
 DateTimeLabelFormat setProperty(DateTimeLabelFormat.DateTimeProperties key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeLabelFormat

public DateTimeLabelFormat()
Method Detail

getProperties

public Map<DateTimeLabelFormat.DateTimeProperties,String> getProperties()

getProperty

public String getProperty(DateTimeLabelFormat.DateTimeProperties key)

setProperty

public DateTimeLabelFormat setProperty(DateTimeLabelFormat.DateTimeProperties key,
                                       String value)


Copyright © 2013. All Rights Reserved.