Uses of Class
org.boehn.kmlframework.kml.ViewFormat

Packages that use ViewFormat
org.boehn.kmlframework.kml   
 

Uses of ViewFormat in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return ViewFormat
 ViewFormat Link.getViewFormat()
           
 

Methods in org.boehn.kmlframework.kml with parameters of type ViewFormat
 void Link.setViewFormat(ViewFormat viewFormat)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type ViewFormat
Icon(java.lang.String href, RefreshModeEnum refreshMode, java.lang.Double refreshInterval, ViewRefreshModeEnum viewRefreshMode, java.lang.Double viewRefreshTime, java.lang.Double viewBoundScale, ViewFormat viewFormat, java.lang.String httpQuery)
           
Link(java.lang.String href, RefreshModeEnum refreshMode, java.lang.Double refreshInterval, ViewRefreshModeEnum viewRefreshMode, java.lang.Double viewRefreshTime, java.lang.Double viewBoundScale, ViewFormat viewFormat, java.lang.String httpQuery)