Package com.stimulsoft.base.drawing
Class StiCap
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.drawing.StiCap
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiCap()StiCap(int width, StiCapStyle style, int height, boolean fill, StiColor color) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.final StiColorgetColor()Gets or sets cap color.final booleangetFill()Gets or sets fill mode of the cap.final intGets or sets height of the cap.final StiCapStylegetStyle()final intgetWidth()Gets or sets width of the cap.final voidfinal voidsetFill(boolean value) final voidsetHeight(int value) final voidsetStyle(StiCapStyle value) final voidsetWidth(int value) Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiCap
public StiCap() -
StiCap
-
-
Method Details
-
getWidth
public final int getWidth()Gets or sets width of the cap. -
setWidth
public final void setWidth(int value) -
getStyle
-
setStyle
-
getHeight
public final int getHeight()Gets or sets height of the cap. -
setHeight
public final void setHeight(int value) -
getFill
public final boolean getFill()Gets or sets fill mode of the cap. -
setFill
public final void setFill(boolean value) -
getColor
Gets or sets cap color. -
setColor
-
clone
Creates a new object that is a copy of the current instance.
-