| Package | stimulsoft.base.drawing |
| Class | public class StiCap |
| Inheritance | StiCap StiObject Object |
| Implements | IStiSerializable, IStiRef |
| Property | Defined By | ||
|---|---|---|---|
| color : StiColor Gets or sets cap color. | StiCap | ||
| fill : Boolean Gets or sets fill mode of the cap. | StiCap | ||
| height : int Gets or sets height of the cap. | StiCap | ||
| ref : int | StiCap | ||
| style : int Gets or sets a cap style. | StiCap | ||
| width : Number Gets or sets width of the cap. | StiCap | ||
| Method | Defined By | ||
|---|---|---|---|
| StiCap | |||
clone(... args):Object [override] | StiCap | ||
equals(object:Object):Boolean [override] | StiCap | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiCap | ||
| color | property |
color:StiColorGets or sets cap color.
public function get color():StiColor public function set color(value:StiColor):void| fill | property |
fill:BooleanGets or sets fill mode of the cap.
public function get fill():Boolean public function set fill(value:Boolean):void| height | property |
height:intGets or sets height of the cap.
public function get height():int public function set height(value:int):void| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| style | property |
style:intGets or sets a cap style.
public function get style():int public function set style(value:int):void| width | property |
width:NumberGets or sets width of the cap.
public function get width():Number public function set width(value:Number):void| StiCap | () | Constructor |
public function StiCap(width:int = 10, style:int = 0, height:int = 10, fill:Boolean = true, color:StiColor = null)width:int (default = 10) | |
style:int (default = 0) | |
height:int (default = 10) | |
fill:Boolean (default = true) | |
color:StiColor (default = null) |
| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |