PltPlotPage
The PLT page with draw items.
Constructors
| Constructor | Description |
|---|---|
| PltPlotPage(PltPlotObject[] objects) | Initializes a new instance of the PltPlotPage class. |
Methods
| Method | Description |
|---|---|
| getEntities() | Gets the collection of plot objects |
PltPlotPage(PltPlotObject[] objects)
public PltPlotPage(PltPlotObject[] objects)
Initializes a new instance of the PltPlotPage class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| objects | PltPlotObject[] | The PLT plot objects. |
getEntities()
public final List<PltPlotObject> getEntities()
Gets the collection of plot objects
Returns: List