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

Packages that use ShapeEnum
org.boehn.kmlframework.kml   
 

Uses of ShapeEnum in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return ShapeEnum
 ShapeEnum PhotoOverlay.getShape()
           
static ShapeEnum ShapeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShapeEnum[] ShapeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.boehn.kmlframework.kml with parameters of type ShapeEnum
 void PhotoOverlay.setShape(ShapeEnum shape)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type ShapeEnum
PhotoOverlay(java.lang.String name, java.lang.Boolean visibility, java.lang.Boolean open, AtomAuthor atomAuthor, AtomLink atomLink, java.lang.String address, java.lang.String xalAddressDetails, java.lang.String phoneNumber, java.lang.String snippet, java.lang.Integer snippetMaxLines, java.lang.String description, AbstractView abstractView, TimePrimitive timePrimitive, java.lang.String styleUrl, java.util.List<StyleSelector> styleSelectors, Region region, ExtendedData extendedData, java.lang.String color, java.lang.Integer drawOrder, Icon icon, java.lang.Double rotation, java.lang.Double leftFov, java.lang.Double rightFov, java.lang.Double bottomFov, java.lang.Double topFov, java.lang.Double near, java.lang.Integer tileSize, java.lang.Integer maxWidth, java.lang.Integer maxHeight, GridOriginEnum gridOrigin, Point point, ShapeEnum shape)