Uses of Class
biweekly.property.Geo

Packages that use Geo
biweekly.component   
biweekly.property.marshaller   
 

Uses of Geo in biweekly.component
 

Methods in biweekly.component that return Geo
 Geo VTodo.getGeo()
          Gets a set of geographical coordinates.
 Geo VEvent.getGeo()
          Gets a set of geographical coordinates.
 

Methods in biweekly.component with parameters of type Geo
 void VTodo.setGeo(Geo geo)
          Sets a set of geographical coordinates.
 void VEvent.setGeo(Geo geo)
          Sets a set of geographical coordinates.
 

Uses of Geo in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Geo
protected  Geo GeoMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Geo GeoMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Geo GeoMarshaller._parseXml(XCalElement element, ICalParameters parameters, List<String> warnings)
           
 

Methods in biweekly.property.marshaller with parameters of type Geo
protected  JCalValue GeoMarshaller._writeJson(Geo property)
           
protected  String GeoMarshaller._writeText(Geo property)
           
protected  void GeoMarshaller._writeXml(Geo property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.