public class StiCap extends StiSerializedObject implements java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiCap() |
StiCap(int width,
StiCapStyle style,
int height,
boolean fill,
StiColor color) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
StiColor |
getColor()
Gets or sets cap color.
|
boolean |
getFill()
Gets or sets fill mode of the cap.
|
int |
getHeight()
Gets or sets height of the cap.
|
StiCapStyle |
getStyle() |
int |
getWidth()
Gets or sets width of the cap.
|
void |
setColor(StiColor value) |
void |
setFill(boolean value) |
void |
setHeight(int value) |
void |
setStyle(StiCapStyle value) |
void |
setWidth(int value) |
cleanReference, getReference, setReferencepublic StiCap()
public StiCap(int width,
StiCapStyle style,
int height,
boolean fill,
StiColor color)
public final int getWidth()
public final void setWidth(int value)
public final StiCapStyle getStyle()
public final void setStyle(StiCapStyle value)
public final int getHeight()
public final void setHeight(int value)
public final boolean getFill()
public final void setFill(boolean value)
public final StiColor getColor()
public final void setColor(StiColor value)
public java.lang.Object clone()
clone in class java.lang.ObjectCopyright © 2020 Stimulsoft. All Rights Reserved.