libpagemaker::PMDPolygon Class Reference

#include <geometry.h>

Inheritance diagram for libpagemaker::PMDPolygon:
libpagemaker::PMDLineSet

Public Member Functions

 PMDPolygon (std::vector< PMDShapePoint > points, bool isClosed, const PMDShapePoint &bboxTopLeft, const PMDShapePoint &bboxBotRight, const PMDXForm &xFormContainer, const PMDFillProperties fillProps, const PMDStrokeProperties strokeProps)
double getRotation () const override
double getSkew () const override
PMDShapePoint getXformTopLeft () const override
PMDShapePoint getXformBotRight () const override
PMDShapePoint getRotatingPoint () const override
PMDShapePoint getBboxTopLeft () const override
PMDShapePoint getBboxBotRight () const override
bool getIsClosed () const override
std::vector< PMDShapePointgetPoints () const override
uint8_t shapeType () const override
PMDFillProperties getFillProperties () const override
PMDStrokeProperties getStrokeProperties () const override
std::string getText () const override
std::vector< PMDCharPropertiesgetCharProperties () const override
std::vector< PMDParaPropertiesgetParaProperties () const override
librevenge::RVNGBinaryData getBitmap () const override
 ~PMDPolygon () override
Public Member Functions inherited from libpagemaker::PMDLineSet
virtual ~PMDLineSet ()

Private Attributes

std::vector< PMDShapePointm_points
bool m_isClosed
PMDShapePoint m_bboxTopLeft
PMDShapePoint m_bboxBotRight
PMDXForm m_xFormContainer
PMDFillProperties m_fillProps
PMDStrokeProperties m_strokeProps

Constructor & Destructor Documentation

◆ PMDPolygon()

libpagemaker::PMDPolygon::PMDPolygon ( std::vector< PMDShapePoint > points,
bool isClosed,
const PMDShapePoint & bboxTopLeft,
const PMDShapePoint & bboxBotRight,
const PMDXForm & xFormContainer,
const PMDFillProperties fillProps,
const PMDStrokeProperties strokeProps )
inline

◆ ~PMDPolygon()

libpagemaker::PMDPolygon::~PMDPolygon ( )
inlineoverride

Member Function Documentation

◆ getBboxBotRight()

PMDShapePoint libpagemaker::PMDPolygon::getBboxBotRight ( ) const
inlineoverridevirtual

◆ getBboxTopLeft()

PMDShapePoint libpagemaker::PMDPolygon::getBboxTopLeft ( ) const
inlineoverridevirtual

◆ getBitmap()

librevenge::RVNGBinaryData libpagemaker::PMDPolygon::getBitmap ( ) const
inlineoverridevirtual

◆ getCharProperties()

std::vector< PMDCharProperties > libpagemaker::PMDPolygon::getCharProperties ( ) const
inlineoverridevirtual

◆ getFillProperties()

PMDFillProperties libpagemaker::PMDPolygon::getFillProperties ( ) const
inlineoverridevirtual

◆ getIsClosed()

bool libpagemaker::PMDPolygon::getIsClosed ( ) const
inlineoverridevirtual

◆ getParaProperties()

std::vector< PMDParaProperties > libpagemaker::PMDPolygon::getParaProperties ( ) const
inlineoverridevirtual

◆ getPoints()

std::vector< PMDShapePoint > libpagemaker::PMDPolygon::getPoints ( ) const
inlineoverridevirtual

◆ getRotatingPoint()

PMDShapePoint libpagemaker::PMDPolygon::getRotatingPoint ( ) const
inlineoverridevirtual

◆ getRotation()

double libpagemaker::PMDPolygon::getRotation ( ) const
inlineoverridevirtual

◆ getSkew()

double libpagemaker::PMDPolygon::getSkew ( ) const
inlineoverridevirtual

◆ getStrokeProperties()

PMDStrokeProperties libpagemaker::PMDPolygon::getStrokeProperties ( ) const
inlineoverridevirtual

◆ getText()

std::string libpagemaker::PMDPolygon::getText ( ) const
inlineoverridevirtual

◆ getXformBotRight()

PMDShapePoint libpagemaker::PMDPolygon::getXformBotRight ( ) const
inlineoverridevirtual

◆ getXformTopLeft()

PMDShapePoint libpagemaker::PMDPolygon::getXformTopLeft ( ) const
inlineoverridevirtual

◆ shapeType()

uint8_t libpagemaker::PMDPolygon::shapeType ( ) const
inlineoverridevirtual

Member Data Documentation

◆ m_bboxBotRight

PMDShapePoint libpagemaker::PMDPolygon::m_bboxBotRight
private

Referenced by getBboxBotRight(), and PMDPolygon().

◆ m_bboxTopLeft

PMDShapePoint libpagemaker::PMDPolygon::m_bboxTopLeft
private

Referenced by getBboxTopLeft(), and PMDPolygon().

◆ m_fillProps

PMDFillProperties libpagemaker::PMDPolygon::m_fillProps
private

Referenced by getFillProperties(), and PMDPolygon().

◆ m_isClosed

bool libpagemaker::PMDPolygon::m_isClosed
private

Referenced by getIsClosed(), and PMDPolygon().

◆ m_points

std::vector<PMDShapePoint> libpagemaker::PMDPolygon::m_points
private

Referenced by getPoints(), and PMDPolygon().

◆ m_strokeProps

PMDStrokeProperties libpagemaker::PMDPolygon::m_strokeProps
private

Referenced by getStrokeProperties(), and PMDPolygon().

◆ m_xFormContainer

PMDXForm libpagemaker::PMDPolygon::m_xFormContainer
private

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

Generated for libpagemaker by doxygen 1.14.0