Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Celartem::DjVu::MapPoly Class Reference

#include <djv_mapareas.h>

Inheritance diagram for Celartem::DjVu::MapPoly:
Inheritance graph
[legend]

Public Member Functions

virtual MapAreaType getType () const
 
virtual Rect getRect () const
 
virtual bool isPointInsideArea (const Point &inPoint) const
 
virtual size_t isPointOnLine (const Point &inPoint, size_t inRadius=1) const
 
virtual String getANTString (const PageInfo &inPageInfo, Rotation inCurrentRotation) const
 
virtual AutoPtr< MapAreaduplicate () const
 
- Public Member Functions inherited from Celartem::Referable
 Referable ()
 
void addRef () const
 
void releaseRef () const
 
size_t getReferenceCount () const
 

Static Public Member Functions

static AutoPtr< MapPolycreate ()
 
- Static Public Member Functions inherited from Celartem::Referable
static void dumpDbgAllRefCount ()
 

Public Attributes

SimpleArray< Pointpoints
 
- Public Attributes inherited from Celartem::DjVu::MapArea
Link link
 Link to another resource. More...
 
String target
 The link target. More...
 
String text
 The text of the link. More...
 
BorderType borderType
 The border type. More...
 
Color lineColor
 The color of the border/line. More...
 
size_t lineWidth
 The width of the line. More...
 
bool borderAlwaysVisible
 Determines whether the border is always shown or not. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Celartem::DjVu::MapArea
 MapArea ()
 

Detailed Description

Represents a poly (matPoly) maparea instance.

Member Function Documentation

static AutoPtr<MapPoly> Celartem::DjVu::MapPoly::create ( )
inlinestatic

Initialize new MapPoly instance.

virtual AutoPtr<MapArea> Celartem::DjVu::MapPoly::duplicate ( ) const
virtual

Clone this instance.

Returns
Pointer to the newly created instance.

Implements Celartem::DjVu::MapArea.

virtual String Celartem::DjVu::MapPoly::getANTString ( const PageInfo inPageInfo,
Rotation  inCurrentRotation 
) const
virtual

Get the string for ANT* encoding.
This is for advanced purpose and should not be used for normal use.

Parameters
inPageInfoThe dimensions and rotation status of the page is used during encoding the ANT* string.
inCurrentRotationThe current rotation.
Returns
ANT* encoded representation of this maparea.

Implements Celartem::DjVu::MapArea.

virtual Rect Celartem::DjVu::MapPoly::getRect ( ) const
inlinevirtual

Gets the minimum rectangle which can contain all the points of the maparea.
For rect and text areas, it is identical to the area of the maparea.

Returns
A Rect instance.

Implements Celartem::DjVu::MapArea.

virtual MapAreaType Celartem::DjVu::MapPoly::getType ( ) const
inlinevirtual

Gets the type of the shape.

Returns
One of MapAreaType enumeration values.

Implements Celartem::DjVu::MapArea.

virtual bool Celartem::DjVu::MapPoly::isPointInsideArea ( const Point inPoint) const
virtual

Determines whether the specified point is inside the maparea or not.

Parameters
inPointA point to verify.
Returns
true if the point is inside the maparea.

Implements Celartem::DjVu::MapArea.

virtual size_t Celartem::DjVu::MapPoly::isPointOnLine ( const Point inPoint,
size_t  inRadius = 1 
) const
virtual

Determines whether the specified point is on the border (line) or not.

Parameters
inPointA point to verify.
inRadiusThe points within the area defined by inRadius is determined as on-line.
Returns
0 if the point is not on-line. n means that the point is on the line defined by points[n-1] and points[n].

Implements Celartem::DjVu::MapArea.

Member Data Documentation

SimpleArray<Point> Celartem::DjVu::MapPoly::points

The points of this MapPoly instance.

Referenced by getRect().


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

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:07.
Cuminas Logo