libkpl  5.0
A Library for Graphical Presentation of Data Sets and Functions
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ImageItem Class Reference

Image item class. More...

#include <imageitem.h>

Inheritance diagram for ImageItem:
Inheritance graph
[legend]

Public Types

enum  { Type = UserType + Image }
 Specific QGraphicsItem type number for function type() More...
 
- Public Types inherited from KplItem
enum  FillStyle {
  NoBrush, SolidPattern, HorPattern, VerPattern,
  CrossPattern, BDiagPattern, FDiagPattern, DiagCrossPattern
}
 Fill styles. More...
 
enum  ItemType {
  Frame = 1, Array, Function, ParFunction,
  Spline, Array3D, Function3D, Legend,
  Text, Line, Arrow, Arc,
  Rectangle, Ellipse, Image, ScaleBar
}
 Item types. More...
 
enum  PenType { FramePen, GridPen, DataPen }
 Pen types. More...
 
enum  Symbol {
  Invisible = -17, FilledOctagon, FilledHourglass, FilledTriangle,
  FilledSquare, FilledDiamond, FilledCircle, Umbrella,
  Ypsilon, Plus, Cross, OpenOctagon,
  OpenHourglass, OpenTriangle, OpenSquare, OpenDiamond,
  Dot, OpenCircle, SolidLine, DashLine1,
  DashLine2, DotLine1, DashLine3, DashDotLine,
  DashLine4, DashLine5, DotLine2
}
 Symbol types. More...
 

Public Member Functions

 ImageItem (double x0=1, double y0=1, QGraphicsItem *parent=0, const QUrl &url=QUrl(), bool visible=true, double scaleX=1, double scaleY=1, double dir=0)
 Constructor. More...
 
 ImageItem (const ImageItem &a)
 Copy constructor. More...
 
 ImageItem (const KConfigGroup *plo, const QUrl &urlPlo, QGraphicsItem *parent=0)
 Constructor. More...
 
virtual ~ImageItem ()
 Destructor. More...
 
double dir () const
 Returns rotation angle in deg. More...
 
virtual void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
 Paints item. More...
 
void renderPS (QPixmap *pixmap, int dpiX, int dpiY)
 Renders PostScript code to pixmap by use of ghostscript. More...
 
double scaleX () const
 Returns horizontal scaling factor. More...
 
double scaleY () const
 Returns vertical scaling factor. More...
 
void setDir (double dir)
 Sets rotation angle. More...
 
void setProperties (const QTransform &m)
 Sets properties according to transformation matrix. More...
 
void setScaleX (double f)
 Sets horizontal scaling factor. More...
 
void setScaleY (double f)
 Sets vertical scaling factor. More...
 
void setUrl (const QUrl &url)
 Sets URL. More...
 
virtual int type () const
 Returns specific QGraphicsItem type number. More...
 
const QUrlurl () const
 Returns URL of PostScript file. More...
 
void update ()
 Applies changes and forces redrawing. More...
 
void writePlo (KConfigGroup *plo, const QUrl &urlPlo, bool absolute) const
 Writes into plot file. More...
 
- Public Member Functions inherited from DecoItem
 DecoItem (unsigned color=0, double x0=0, double y0=0, double relSize=1)
 Constructor. More...
 
 DecoItem (const KConfigGroup *plo, unsigned color=0)
 Constructor. More...
 
virtual ~DecoItem ()
 Destructor. More...
 
unsigned color () const
 Returns color. More...
 
void setColor (unsigned color)
 Sets color. More...
 
void setX0 (double x0)
 Sets x position. More...
 
void setY0 (double y0)
 Sets y position. More...
 
void updatePos (const QPointF &p, bool absolute=true)
 Updates position. More...
 
void writePlo (KConfigGroup *plo, bool visible) const
 Writes into plot file. More...
 
double x0 () const
 Returns x position in cm. More...
 
double y0 () const
 Returns y position in cm. More...
 
- Public Member Functions inherited from KplItem
 KplItem (double relSize=1)
 Constructor. More...
 
 KplItem (const KplItem &a)
 Copy constructor. More...
 
 KplItem (const KConfigGroup *plo)
 Constructor. More...
 
virtual ~KplItem ()
 Destructor. More...
 
void readPlo (const KConfigGroup *plo)
 Initializes corresponding to plot file. More...
 
double relSize () const
 Returns relative size of item. More...
 
void setRelSize (double relSize)
 Sets relative size of item. More...
 
void writePlo (KConfigGroup *plo, bool visible=true) const
 Writes into plot file. More...
 
- Public Member Functions inherited from QGraphicsPixmapItem
 QGraphicsPixmapItem (QGraphicsItem *parent)
 
 QGraphicsPixmapItem (const QPixmap &pixmap, QGraphicsItem *parent)
 
QPixmap pixmap () const
 
void setPixmap (const QPixmap &pixmap)
 
Qt::TransformationMode transformationMode () const
 
void setTransformationMode (Qt::TransformationMode mode)
 
QPointF offset () const
 
void setOffset (const QPointF &offset)
 
void setOffset (qreal x, qreal y)
 
virtual QRectF boundingRect () const
 
virtual QPainterPath shape () const
 
virtual bool contains (const QPointF &point) const
 
virtual bool isObscuredBy (const QGraphicsItem *item) const
 
virtual QPainterPath opaqueArea () const
 
ShapeMode shapeMode () const
 
void setShapeMode (ShapeMode mode)
 
- Public Member Functions inherited from QGraphicsItem
 QGraphicsItem (QGraphicsItem *parent)
 
QGraphicsScenescene () const
 
QGraphicsItemparentItem () const
 
QGraphicsItemtopLevelItem () const
 
QGraphicsObjectparentObject () const
 
QGraphicsWidgetparentWidget () const
 
QGraphicsWidgettopLevelWidget () const
 
QGraphicsWidgetwindow () const
 
QGraphicsItempanel () const
 
void setParentItem (QGraphicsItem *newParent)
 
QList< QGraphicsItem * > children () const
 
QList< QGraphicsItem * > childItems () const
 
bool isWidget () const
 
bool isWindow () const
 
bool isPanel () const
 
QGraphicsObjecttoGraphicsObject ()
 
const QGraphicsObjecttoGraphicsObject () const
 
QGraphicsItemGroupgroup () const
 
void setGroup (QGraphicsItemGroup *group)
 
GraphicsItemFlags flags () const
 
void setFlag (GraphicsItemFlag flag, bool enabled)
 
void setFlags (GraphicsItemFlags flags)
 
CacheMode cacheMode () const
 
void setCacheMode (CacheMode mode, const QSize &logicalCacheSize)
 
PanelModality panelModality () const
 
void setPanelModality (PanelModality panelModality)
 
bool isBlockedByModalPanel (QGraphicsItem **blockingPanel) const
 
QString toolTip () const
 
void setToolTip (const QString &toolTip)
 
QCursor cursor () const
 
void setCursor (const QCursor &cursor)
 
bool hasCursor () const
 
void unsetCursor ()
 
bool isVisible () const
 
bool isVisibleTo (const QGraphicsItem *parent) const
 
void setVisible (bool visible)
 
void hide ()
 
void show ()
 
bool isEnabled () const
 
void setEnabled (bool enabled)
 
bool isSelected () const
 
void setSelected (bool selected)
 
bool acceptDrops () const
 
void setAcceptDrops (bool on)
 
qreal opacity () const
 
qreal effectiveOpacity () const
 
void setOpacity (qreal opacity)
 
QGraphicsEffectgraphicsEffect () const
 
void setGraphicsEffect (QGraphicsEffect *effect)
 
Qt::MouseButtons acceptedMouseButtons () const
 
void setAcceptedMouseButtons (Qt::MouseButtons buttons)
 
bool acceptsHoverEvents () const
 
void setAcceptsHoverEvents (bool enabled)
 
bool acceptHoverEvents () const
 
void setAcceptHoverEvents (bool enabled)
 
bool acceptTouchEvents () const
 
void setAcceptTouchEvents (bool enabled)
 
bool filtersChildEvents () const
 
void setFiltersChildEvents (bool enabled)
 
bool handlesChildEvents () const
 
void setHandlesChildEvents (bool enabled)
 
bool isActive () const
 
void setActive (bool active)
 
bool hasFocus () const
 
void setFocus (Qt::FocusReason focusReason)
 
void clearFocus ()
 
QGraphicsItemfocusProxy () const
 
void setFocusProxy (QGraphicsItem *item)
 
QGraphicsItemfocusItem () const
 
void grabMouse ()
 
void ungrabMouse ()
 
void grabKeyboard ()
 
void ungrabKeyboard ()
 
QPointF pos () const
 
qreal x () const
 
void setX (qreal x)
 
qreal y () const
 
void setY (qreal y)
 
QPointF scenePos () const
 
void setPos (const QPointF &pos)
 
void setPos (qreal x, qreal y)
 
void moveBy (qreal dx, qreal dy)
 
void ensureVisible (const QRectF &rect, int xmargin, int ymargin)
 
void ensureVisible (qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin)
 
QMatrix matrix () const
 
QMatrix sceneMatrix () const
 
void setMatrix (const QMatrix &matrix, bool combine)
 
void resetMatrix ()
 
QTransform transform () const
 
QTransform sceneTransform () const
 
QTransform deviceTransform (const QTransform &viewportTransform) const
 
QTransform itemTransform (const QGraphicsItem *other, bool *ok) const
 
void setTransform (const QTransform &matrix, bool combine)
 
void resetTransform ()
 
void rotate (qreal angle)
 
void scale (qreal sx, qreal sy)
 
void shear (qreal sh, qreal sv)
 
void translate (qreal dx, qreal dy)
 
void setRotation (qreal angle)
 
qreal rotation () const
 
void setScale (qreal factor)
 
qreal scale () const
 
QList< QGraphicsTransform * > transformations () const
 
void setTransformations (const QList< QGraphicsTransform * > &transformations)
 
QPointF transformOriginPoint () const
 
void setTransformOriginPoint (const QPointF &origin)
 
void setTransformOriginPoint (qreal x, qreal y)
 
virtual void advance (int phase)
 
qreal zValue () const
 
void setZValue (qreal z)
 
void stackBefore (const QGraphicsItem *sibling)
 
QRectF childrenBoundingRect () const
 
QRectF sceneBoundingRect () const
 
bool isClipped () const
 
QPainterPath clipPath () const
 
virtual bool collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode) const
 
virtual bool collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode) const
 
QList< QGraphicsItem * > collidingItems (Qt::ItemSelectionMode mode) const
 
bool isObscured (const QRectF &rect) const
 
bool isObscured (qreal x, qreal y, qreal w, qreal h) const
 
QRegion boundingRegion (const QTransform &itemToDeviceTransform) const
 
qreal boundingRegionGranularity () const
 
void setBoundingRegionGranularity (qreal granularity)
 
void update (const QRectF &rect)
 
void update (qreal x, qreal y, qreal width, qreal height)
 
void scroll (qreal dx, qreal dy, const QRectF &rect)
 
QPointF mapToItem (const QGraphicsItem *item, const QPointF &point) const
 
QPointF mapToParent (const QPointF &point) const
 
QPointF mapToScene (const QPointF &point) const
 
QPolygonF mapToItem (const QGraphicsItem *item, const QRectF &rect) const
 
QPolygonF mapToParent (const QRectF &rect) const
 
QPolygonF mapToScene (const QRectF &rect) const
 
QRectF mapRectToItem (const QGraphicsItem *item, const QRectF &rect) const
 
QRectF mapRectToParent (const QRectF &rect) const
 
QRectF mapRectToScene (const QRectF &rect) const
 
QPolygonF mapToItem (const QGraphicsItem *item, const QPolygonF &polygon) const
 
QPolygonF mapToParent (const QPolygonF &polygon) const
 
QPolygonF mapToScene (const QPolygonF &polygon) const
 
QPainterPath mapToItem (const QGraphicsItem *item, const QPainterPath &path) const
 
QPainterPath mapToParent (const QPainterPath &path) const
 
QPainterPath mapToScene (const QPainterPath &path) const
 
QPointF mapFromItem (const QGraphicsItem *item, const QPointF &point) const
 
QPointF mapFromParent (const QPointF &point) const
 
QPointF mapFromScene (const QPointF &point) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, const QRectF &rect) const
 
QPolygonF mapFromParent (const QRectF &rect) const
 
QPolygonF mapFromScene (const QRectF &rect) const
 
QRectF mapRectFromItem (const QGraphicsItem *item, const QRectF &rect) const
 
QRectF mapRectFromParent (const QRectF &rect) const
 
QRectF mapRectFromScene (const QRectF &rect) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, const QPolygonF &polygon) const
 
QPolygonF mapFromParent (const QPolygonF &polygon) const
 
QPolygonF mapFromScene (const QPolygonF &polygon) const
 
QPainterPath mapFromItem (const QGraphicsItem *item, const QPainterPath &path) const
 
QPainterPath mapFromParent (const QPainterPath &path) const
 
QPainterPath mapFromScene (const QPainterPath &path) const
 
QPointF mapToItem (const QGraphicsItem *item, qreal x, qreal y) const
 
QPointF mapToParent (qreal x, qreal y) const
 
QPointF mapToScene (qreal x, qreal y) const
 
QPolygonF mapToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapToParent (qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapToScene (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToParent (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToScene (qreal x, qreal y, qreal w, qreal h) const
 
QPointF mapFromItem (const QGraphicsItem *item, qreal x, qreal y) const
 
QPointF mapFromParent (qreal x, qreal y) const
 
QPointF mapFromScene (qreal x, qreal y) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapFromParent (qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapFromScene (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromParent (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromScene (qreal x, qreal y, qreal w, qreal h) const
 
bool isAncestorOf (const QGraphicsItem *child) const
 
QGraphicsItemcommonAncestorItem (const QGraphicsItem *other) const
 
bool isUnderMouse () const
 
QVariant data (int key) const
 
void setData (int key, const QVariant &value)
 
Qt::InputMethodHints inputMethodHints () const
 
void setInputMethodHints (Qt::InputMethodHints hints)
 
void installSceneEventFilter (QGraphicsItem *filterItem)
 
void removeSceneEventFilter (QGraphicsItem *filterItem)
 

Static Public Member Functions

static bool boundingBox (const QUrl &url, QString &filename, double *x1, double *y1, double *x2, double *y2)
 Reads bounding box coordinates from an EPS file. More...
 
static bool checkBoundingBox (const QUrl &url)
 Reads bounding box coordinates from an EPS file. More...
 
static void renderPS (const QString &psFile, const QString &imageFile, int width, int height, double x0=0, double y0=0, double scaleX=1, double scaleY=1, const char format[]="pbmraw")
 Renders PostScript code to image file by use of ghostscript. More...
 
- Static Public Member Functions inherited from KplItem
static QUrl absoluteUrl (const QString &path, const QUrl &urlPlo)
 Constructs absolute file URL. More...
 
static QBrush createBrush (unsigned color, FillStyle fillStyle=NoBrush)
 Creates brush. More...
 
static QPen createPen (double width, unsigned color, PenType penType, Symbol symbol)
 Creates pen. More...
 
static void paintSymbol (QPainter *painter, const QRectF &rect, Symbol symbol=OpenCircle)
 Paints symbol. More...
 
static QPixmap pixmap (Symbol symbol)
 Returns black decoration pixmap of plot symbol for use in dialog GUI. More...
 
static QPixmap pixmap (QPen pen, Symbol symbol=SolidLine)
 Returns decoration pixmap of plot symbol for use in item lists. More...
 
static QString path (const QUrl &urlPlo, const QUrl &url, bool absolute=false)
 Constructs absolute or (if possible) relative file path. More...
 
static void resetDashOffset ()
 Resets offset for dashed lines. More...
 
static unsigned rgb (const QString &color)
 Converts rgb string to QRgb. More...
 
static unsigned rgbQt1 (unsigned rgb)
 Converts QRgb to Qt1 QRgb. More...
 

Protected Member Functions

virtual void mouseReleaseEvent (QGraphicsSceneMouseEvent *event)
 Updates position. More...
 
void setProperties ()
 Sets properties according to transformation matrix. More...
 
- Protected Member Functions inherited from KplItem
QPenchangePenWidth (QPen &pen, double width) const
 Changes pen width. More...
 
QPen createPen (QGraphicsItem *item, unsigned color=0, PenType penType=DataPen, Symbol symbol=SolidLine) const
 Creates pen for plot item. More...
 
double penWidth (const QGraphicsItem *item, PenType penType=DataPen) const
 Calculates pen width for plot item. More...
 
- Protected Member Functions inherited from QGraphicsItem
void updateMicroFocus ()
 
virtual bool sceneEventFilter (QGraphicsItem *watched, QEvent *event)
 
virtual bool sceneEvent (QEvent *event)
 
virtual void contextMenuEvent (QGraphicsSceneContextMenuEvent *event)
 
virtual void dragEnterEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragLeaveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragMoveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dropEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void focusInEvent (QFocusEvent *event)
 
virtual void focusOutEvent (QFocusEvent *event)
 
virtual void hoverEnterEvent (QGraphicsSceneHoverEvent *event)
 
virtual void hoverMoveEvent (QGraphicsSceneHoverEvent *event)
 
virtual void hoverLeaveEvent (QGraphicsSceneHoverEvent *event)
 
virtual void keyPressEvent (QKeyEvent *event)
 
virtual void keyReleaseEvent (QKeyEvent *event)
 
virtual void mousePressEvent (QGraphicsSceneMouseEvent *event)
 
virtual void mouseMoveEvent (QGraphicsSceneMouseEvent *event)
 
virtual void mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event)
 
virtual void wheelEvent (QGraphicsSceneWheelEvent *event)
 
virtual void inputMethodEvent (QInputMethodEvent *event)
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const
 
virtual QVariant itemChange (GraphicsItemChange change, const QVariant &value)
 
void prepareGeometryChange ()
 

Protected Attributes

double m_scaleX
 
double m_scaleY
 
double m_dir
 
QUrl m_url
 
- Protected Attributes inherited from DecoItem
unsigned m_color
 
double m_x0
 
double m_y0
 
QTransform m_matrix
 
- Protected Attributes inherited from KplItem
double m_relSize
 

Additional Inherited Members

- Public Attributes inherited from QGraphicsItem
typedef GraphicsItemFlags
 
- Static Protected Member Functions inherited from KplItem
static double parentWidth (const QGraphicsItem *item)
 Returns width of item's parent frame or width of scene if the item has no parent item. More...
 
static double penWidthFactor (PenType penType)
 Returns factor to calculate pen width from frame width. More...
 
- Static Protected Attributes inherited from KplItem
static double m_dashOffset
 

Detailed Description

Image item class.

Class for EPS image items.

Author
Werner Stille

Member Enumeration Documentation

anonymous enum

Specific QGraphicsItem type number for function type()

Enumerator
Type 

Specific QGraphicsItem type number of ImageItem for function type().

Constructor & Destructor Documentation

ImageItem::ImageItem ( double  x0 = 1,
double  y0 = 1,
QGraphicsItem parent = 0,
const QUrl url = QUrl(),
bool  visible = true,
double  scaleX = 1,
double  scaleY = 1,
double  dir = 0 
)

Constructor.

Initializes corresponding to arguments.

Parameters
x0x position in cm.
y0y position in cm.
parentpointer to parent item.
urlURL of EPS file.
visibletrue for visible item.
scaleXx scaling factor.
scaleYy scaling factor.
dirrotation angle in degree.
ImageItem::ImageItem ( const ImageItem a)

Copy constructor.

Parameters
asource item.
ImageItem::ImageItem ( const KConfigGroup *  plo,
const QUrl urlPlo,
QGraphicsItem parent = 0 
)

Constructor.

Initializes corresponding to plot file.

Parameters
plopointer to KSimpleConfig object containing item data.
urlPloURL of plot file.
parentpointer to parent item.
virtual ImageItem::~ImageItem ( )
virtual

Destructor.

Member Function Documentation

static bool ImageItem::boundingBox ( const QUrl url,
QString filename,
double *  x1,
double *  y1,
double *  x2,
double *  y2 
)
static

Reads bounding box coordinates from an EPS file.

Parameters
urlURL of EPS file.
filenamepath (returned).
x1left x value.
y1bottom y value.
x2right x value.
y2top y value.
Returns
true for success.
static bool ImageItem::checkBoundingBox ( const QUrl url)
static

Reads bounding box coordinates from an EPS file.

Parameters
urlURL of EPS file.
Returns
true for success.
double ImageItem::dir ( ) const
inline

Returns rotation angle in deg.

virtual void ImageItem::mouseReleaseEvent ( QGraphicsSceneMouseEvent event)
protectedvirtual

Updates position.

Reimplemented from QGraphicsItem.

virtual void ImageItem::paint ( QPainter painter,
const QStyleOptionGraphicsItem option,
QWidget widget 
)
virtual

Paints item.

Reimplemented from QGraphicsPixmapItem.

void ImageItem::renderPS ( QPixmap pixmap,
int  dpiX,
int  dpiY 
)

Renders PostScript code to pixmap by use of ghostscript.

Parameters
pixmappointer to destination pixmap.
dpiXhorizontal resolution of the paint device in dots per inch.
dpiYvertical resolution of the paint device in dots per inch.
static void ImageItem::renderPS ( const QString psFile,
const QString imageFile,
int  width,
int  height,
double  x0 = 0,
double  y0 = 0,
double  scaleX = 1,
double  scaleY = 1,
const char  format[] = "pbmraw" 
)
static

Renders PostScript code to image file by use of ghostscript.

Parameters
psFilepath to PostScript file.
imageFilepath to image file.
widthimage width in dots.
heightimage height in dots.
x0left margin of bounding box in points.
y0lower margin of bounding box in points.
scaleXhorizontal scaling factor.
scaleYvertical scaling factor.
formatimage file format.
double ImageItem::scaleX ( ) const
inline

Returns horizontal scaling factor.

double ImageItem::scaleY ( ) const
inline

Returns vertical scaling factor.

void ImageItem::setDir ( double  dir)
inline

Sets rotation angle.

Parameters
dirrotation angle in deg.
void ImageItem::setProperties ( const QTransform m)

Sets properties according to transformation matrix.

Parameters
mtransformation matrix.
void ImageItem::setProperties ( )
protected

Sets properties according to transformation matrix.

void ImageItem::setScaleX ( double  f)
inline

Sets horizontal scaling factor.

Parameters
fscaling factor.
void ImageItem::setScaleY ( double  f)
inline

Sets vertical scaling factor.

Parameters
fscaling factor.
void ImageItem::setUrl ( const QUrl url)
inline

Sets URL.

Parameters
urlURL of PostScript file.
virtual int ImageItem::type ( ) const
inlinevirtual

Returns specific QGraphicsItem type number.

Reimplemented from QGraphicsPixmapItem.

void ImageItem::update ( )

Applies changes and forces redrawing.

const QUrl& ImageItem::url ( ) const
inline

Returns URL of PostScript file.

void ImageItem::writePlo ( KConfigGroup *  plo,
const QUrl urlPlo,
bool  absolute 
) const

Writes into plot file.

Parameters
ploKConfigGroup object.
urlPloURL of plot file.
absolutetrue to save absolute paths.

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