Uses of Class
com.google.earth.kml._2.LinkType
Packages that use LinkType
-
Uses of LinkType in com.google.earth.kml._2
Subclasses of LinkType in com.google.earth.kml._2Fields in com.google.earth.kml._2 declared as LinkTypeModifier and TypeFieldDescriptionprotected LinkTypeOverlayType.iconprotected LinkTypeModelType.linkprotected LinkTypeNetworkLinkType.linkprotected LinkTypeNetworkLinkType.urlMethods in com.google.earth.kml._2 that return LinkTypeModifier and TypeMethodDescriptionObjectFactory.createLinkType()Create an instance ofLinkTypeOverlayType.getIcon()Gets the value of the icon property.ModelType.getLink()Gets the value of the link property.NetworkLinkType.getLink()Gets the value of the link property.NetworkLinkType.getUrl()Gets the value of the url property.Methods in com.google.earth.kml._2 that return types with arguments of type LinkTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<LinkType> ObjectFactory.createIcon(LinkType value) jakarta.xml.bind.JAXBElement<LinkType> ObjectFactory.createLink(LinkType value) Methods in com.google.earth.kml._2 with parameters of type LinkTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<LinkType> ObjectFactory.createIcon(LinkType value) jakarta.xml.bind.JAXBElement<LinkType> ObjectFactory.createLink(LinkType value) voidSets the value of the icon property.voidSets the value of the link property.voidSets the value of the link property.voidSets the value of the url property.