|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.drawing.StiPen
public class StiPen
Class represent Pen value Copyright Stimulsoft
Field Summary | |
---|---|
static StiPen |
BLACK
Black color pen |
static StiPen |
BLUE
Blue color pen |
static StiPen |
DIM_GRAY
Dim gray color pen |
static StiPen |
GRAY
Gray color pen |
static StiPen |
RED
Red color pen |
static StiPen |
TRANSPARENT
Transient color pen |
Constructor Summary | |
---|---|
StiPen(double width,
StiColor color)
Constructor |
|
StiPen(double width,
StiColor color,
StiPenStyle dashStyle)
Constructor |
|
StiPen(StiColor color,
double width)
|
Method Summary | |
---|---|
StiPen |
clone()
|
java.lang.Boolean |
equals(StiPen object)
Check StiPen equality |
StiBrush |
getBrush()
|
int |
getCaps()
|
StiColor |
getColor()
|
StiPenStyle |
getDashStyle()
|
int |
getJoints()
|
java.lang.Double |
getWidth()
|
void |
setBrush(StiBrush brush)
|
void |
setCaps(int caps)
|
void |
setColor(StiColor color)
|
void |
setDashStyle(StiPenStyle dashStyle)
|
void |
setJoints(int joints)
|
void |
setWidth(java.lang.Double width)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StiPen BLACK
public static final StiPen GRAY
public static final StiPen DIM_GRAY
public static final StiPen RED
public static final StiPen BLUE
public static final StiPen TRANSPARENT
Constructor Detail |
---|
public StiPen(double width, StiColor color, StiPenStyle dashStyle)
width
- color
- dashStyle
- public StiPen(double width, StiColor color)
width
- color
- public StiPen(StiColor color, double width)
Method Detail |
---|
public StiPen clone()
clone
in class java.lang.Object
public java.lang.Boolean equals(StiPen object)
StiPen
equality
object
-
public int getCaps()
public void setCaps(int caps)
caps
- the caps to setpublic int getJoints()
public void setJoints(int joints)
joints
- the joints to setpublic java.lang.Double getWidth()
public void setWidth(java.lang.Double width)
width
- the width to setpublic StiColor getColor()
public void setColor(StiColor color)
color
- the color to setpublic StiBrush getBrush()
public void setBrush(StiBrush brush)
brush
- the brush to setpublic StiPenStyle getDashStyle()
public void setDashStyle(StiPenStyle dashStyle)
dashStyle
- the dashStyle to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |