PltPlotPage

The PLT page with draw items.

Constructors

ConstructorDescription
PltPlotPage(PltPlotObject[] objects)Initializes a new instance of the PltPlotPage class.

Methods

MethodDescription
getEntities()Gets the collection of plot objects

PltPlotPage(PltPlotObject[] objects)

public PltPlotPage(PltPlotObject[] objects)

Initializes a new instance of the PltPlotPage class.

Parameters:

ParameterTypeDescription
objectsPltPlotObject[]The PLT plot objects.

getEntities()

public final List<PltPlotObject> getEntities()

Gets the collection of plot objects

Returns: List