27 #ifndef TRIALDISPLAY_DSSCREENPOLY_H
28 #define TRIALDISPLAY_DSSCREENPOLY_H
49 class DSScreenPolyLine;
virtual void scale(const casacore::Float &scaleFactor)
Scale the shape about its center by the scaleFactor.
virtual void recalculateScreenPosition()
virtual void move(const casacore::Float &dX, const casacore::Float &dY)
Base class defining interface to pixel-based output devices.
virtual casacore::Record getRawOptions()
Implementation of a Polygon.
A hierarchical collection of named fields of various types.
bool Bool
Define the standard types used by Casacore.
casacore::Matrix< casacore::Float > itsRelativePoints
virtual casacore::Bool setOptions(const casacore::Record &settings)
virtual void setCenter(const casacore::Float &xPos, const casacore::Float &yPos)
Sets the center of the DisplayShape.
virtual void addPoint(const casacore::Vector< casacore::Float > &newPos)
Polygon specific functions, add, delete and set points, all in pixels.
virtual void setPoints(const casacore::Matrix< casacore::Float > &points)
virtual void changePoint(const casacore::Vector< casacore::Float > &pos, const casacore::Int n)
Changes the nth point making up the DisplayShape ot the specified location.
virtual void rotate(const casacore::Float &angle)
Rotate the shape about its center by a set angle (angle in degrees).
virtual casacore::Record getOptions()
Get and set options.
virtual casacore::Record getOptions()
Get and set options.