public class StiPen
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
StiPen(double width,
StiColor color)
Constructor
|
StiPen(double width,
StiColor color,
StiPenStyle dashStyle)
Constructor
|
StiPen(StiColor color,
double width) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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
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)
public StiPen clone()
clone in class java.lang.Objectpublic java.lang.Boolean equals(StiPen object)
StiPen equalityobject - 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 setCopyright © 2020 Stimulsoft. All Rights Reserved.