Uses of Class
jfxtras.icalendarfx.properties.component.descriptive.GeographicPosition
Packages that use GeographicPosition
Package
Description
-
Uses of GeographicPosition in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components declared as GeographicPositionModifier and TypeFieldDescriptionprivate GeographicPositionVLocatable.geographicPositionGEO: Geographic Position RFC 5545 iCalendar 3.8.1.6 page 85, 3.3.6 page 85 This property specifies information related to the global position for the activity specified by a calendar component.Methods in jfxtras.icalendarfx.components that return GeographicPositionMethods in jfxtras.icalendarfx.components with parameters of type GeographicPositionModifier and TypeMethodDescriptionvoidVLocatable.setGeographicPosition(GeographicPosition geographicPosition) VLocatable.withGeographicPosition(GeographicPosition geographicPosition) -
Uses of GeographicPosition in jfxtras.icalendarfx.properties.component.descriptive
Methods in jfxtras.icalendarfx.properties.component.descriptive that return GeographicPositionModifier and TypeMethodDescriptionstatic GeographicPositionGeographicPosition.withLatitude(Double latitude) GeographicPosition.withLongitude(Double longitude) Constructors in jfxtras.icalendarfx.properties.component.descriptive with parameters of type GeographicPosition