6#ifndef PDFTK_PTLPARAM_DRAW_SHAPE_H_
7#define PDFTK_PTLPARAM_DRAW_SHAPE_H_
40 int m_dataParamDrawShape;
42 int getHandle()
const;
void setLineWidth(LINE_WIDTH lineWidth)
線幅をLINE_WIDTHで設定。
void setLineColor(const PtlColor &colorStroke)
線の色を設定。
PtlParamDrawShape & operator=(const PtlParamDrawShape &obj)
コピーオペレータ
void setLineWidth(float lineWidth)
線幅を数値で設定。
void setLineStyle(LINE_STYLE lineStyle)
線スタイルをLINE_STYLEで設定。
void setOpacity(float opacity)
不透明度を設定。
~PtlParamDrawShape()
デストラクタ
void setFillColor(const PtlColor &colorFill)
塗りつぶし色を設定。
PtlParamDrawShape(const PtlParamDrawShape &obj)
コピーコンストラクタ
PtlParamDrawShape()
コンストラクタ