| Package | pegas.draw |
| Class | public class Corner |
| Inheritance | Corner CoreObject |
| Property | Defined by | ||
|---|---|---|---|
| bl : Boolean = true
The bottom left flag value.
| Corner | ||
| br : Boolean = true
The bottom right flag value.
| Corner | ||
| tl : Boolean = true
The top left flag value.
| Corner | ||
| tr : Boolean = true
The top right flag value.
| Corner | ||
| Method | Defined by | ||
|---|---|---|---|
|
Corner(tl:Boolean = true, tr:Boolean = true, br:Boolean = true, bl:Boolean = true)
Creates a new Corner instance.
| Corner | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
|
toSource(indent:int = 0):String
Returns a Eden representation of the object.
| Corner | ||
|
toString():String
Returns the string representation of this object.
| Corner | ||
| bl | property |
public var bl:Boolean = trueThe bottom left flag value.
| br | property |
public var br:Boolean = trueThe bottom right flag value.
| tl | property |
public var tl:Boolean = trueThe top left flag value.
| tr | property |
public var tr:Boolean = trueThe top right flag value.
| Corner | () | constructor |
public function Corner(tl:Boolean = true, tr:Boolean = true, br:Boolean = true, bl:Boolean = true)Creates a new Corner instance.
Parameterstl:Boolean (default = true) — The bottom left flag value.
|
|
tr:Boolean (default = true) — The bottom right flag value.
|
|
br:Boolean (default = true) — The bottom right flag value.
|
|
bl:Boolean (default = true) — The bottom left flag value.
|
| toSource | () | method |
public override function toSource(indent:int = 0):StringReturns a Eden representation of the object.
Parametersindent:int (default = 0) |
String — a string representation the source code of the object.
|
| toString | () | method |
public override function toString():StringReturns the string representation of this object.
ReturnsString — the string representation of this object.
|