Loading...
Searching...
No Matches
com.navigine.idl.java.Polyline Class Reference

A polyline with specified number of points. More...

Public Member Functions

 Polyline (ArrayList< Point > points)
 Default constructor for class Polyline.
 
ArrayList< PointgetPoints ()
 List of points to connect.
 
String toString ()
 

Detailed Description

A polyline with specified number of points.

Definition at line 16 of file Polyline.java.

Constructor & Destructor Documentation

◆ Polyline()

com.navigine.idl.java.Polyline.Polyline ( ArrayList< Point > points)
inline

Default constructor for class Polyline.

Definition at line 24 of file Polyline.java.

Member Function Documentation

◆ getPoints()

ArrayList< Point > com.navigine.idl.java.Polyline.getPoints ( )
inline

List of points to connect.

Returns

Definition at line 32 of file Polyline.java.

◆ toString()

String com.navigine.idl.java.Polyline.toString ( )
inline

Definition at line 37 of file Polyline.java.


The documentation for this class was generated from the following file: