EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.model.Point

Packages that use Point
echopoint.model Primary package under which all model objects required to support the comopnents in EchoPoint are organised. 
 

Uses of Point in echopoint.model
 

Methods in echopoint.model that return Point
 Point RectangleSection.getBottom()
          Accessor for property 'bottom'.
 Point CircleSection.getCentre()
          Accessor for property 'centre'.
 Point RectangleSection.getTop()
          Accessor for property 'top'.
 

Methods in echopoint.model that return types with arguments of type Point
 Collection<Point> PolygonSection.getVertices()
          Accessor for property 'vertices'.
 

Methods in echopoint.model with parameters of type Point
 void RectangleSection.setBottom(Point bottom)
          Mutator for property 'bottom'.
 void CircleSection.setCentre(Point centre)
          Mutator for property 'centre'.
 void RectangleSection.setTop(Point top)
          Mutator for property 'top'.
 

Method parameters in echopoint.model with type arguments of type Point
 void PolygonSection.setVertices(Collection<Point> vertices)
          Mutator for property 'vertices'.
 

Constructors in echopoint.model with parameters of type Point
CircleSection(Point centre, int radius, String... values)
          Designated constructor.
RectangleSection(Point bottom, Point top, String... values)
          Designated constructor.
 

Constructor parameters in echopoint.model with type arguments of type Point
PolygonSection(Collection<Point> vertices, String... values)
           
 


EchoPoint API - 3.0.0b5
App Webcontainer