|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.graphics.pdfpen
public class pdfpen
a class defining settings for drawing operations.
constructor summary | |
---|---|
pdfpen(pdfbrush brush)
initializes a new instance of the class. |
|
pdfpen(pdfbrush brush,
double width)
initializes a new instance of the class. |
|
pdfpen(pdfbrush brush,
float width)
initializes a new instance of the class. |
|
pdfpen(pdfcomplexcolor color)
initializes a new instance of the class. |
|
pdfpen(pdfrgbcolor color)
initializes a new instance of the class. |
|
pdfpen(pdfrgbcolor color,
boolean immutable)
|
|
pdfpen(pdfrgbcolor color,
double width)
initializes a new instance of the class. |
|
pdfpen(pdfrgbcolor color,
float width)
initializes a new instance of the class. |
method summary | |
---|---|
pdfbrush |
getbrush()
gets the brush, which specifies the pen behaviour. |
pdfrgbcolor |
getcolor()
gets the color of the pen. |
float |
getdashoffset()
gets the dash offset of the pen. |
float[] |
getdashpattern()
gets the dash pattern of the pen. |
pdfdashstyle |
getdashstyle()
gets the dash style of the pen. |
|
getlinecap()
gets the line cap of the pen. |
|
getlinejoin()
gets the line join style of the pen. |
float |
getmiterlimit()
gets the miter limit. |
float |
getwidth()
gets the width of the pen. |
void |
setbrush(pdfbrush value)
sets the brush, which specifies the pen behaviour. |
void |
setcolor(pdfrgbcolor value)
sets the color of the pen. |
void |
setdashoffset(float value)
sets the dash offset of the pen. |
void |
setdashpattern(float[] value)
sets the dash pattern of the pen. |
void |
setdashstyle(pdfdashstyle value)
sets the dash style of the pen. |
void |
setlinecap( value)
sets the line cap of the pen. |
void |
setlinejoin( value)
sets the line join style of the pen. |
void |
setmiterlimit(float value)
sets the miter limit. |
void |
setwidth(float value)
sets the width of the pen. |
constructor detail |
---|
public pdfpen(pdfrgbcolor color)
color
- the color.public pdfpen(pdfrgbcolor color, float width)
color
- color of the pen.width
- width of the pen's line.public pdfpen(pdfrgbcolor color, double width)
color
- color of the pen.width
- width of the pen's line.public pdfpen(pdfbrush brush)
brush
- the brush.public pdfpen(pdfbrush brush, float width)
brush
- the brush.width
- width of the pen's line.public pdfpen(pdfbrush brush, double width)
brush
- the brush.width
- width of the pen's line.public pdfpen(pdfrgbcolor color, boolean immutable)
public pdfpen(pdfcomplexcolor color)
color
- method detail |
---|
public pdfbrush getbrush()
public void setbrush(pdfbrush value)
public pdfrgbcolor getcolor()
public void setcolor(pdfrgbcolor value)
public float getdashoffset()
public void setdashoffset(float value)
public float[] getdashpattern()
public void setdashpattern(float[] value)
public pdfdashstyle getdashstyle()
public void setdashstyle(pdfdashstyle value)
public getlinecap()
public void setlinecap( value)
public getlinejoin()
public void setlinejoin( value)
public float getwidth()
public void setwidth(float value)
public float getmiterlimit()
public void setmiterlimit(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |