Xinf API Reference
erno
BasicRenderer
Constants
ImageData
Keys
NativeContainer
NativeObject
ObjectModelRenderer
Paint
Pen
PenRenderer
Renderer
Runtime
TGradientStop
TextFormat
event
Event
EventDispatcher
EventKind
FrameEvent
GeometryEvent
ImageLoadEvent
KeyboardEvent
MouseEvent
ScrollEvent
SimpleEvent
SimpleEventDispatcher
geom
Concatenate
Identity
Matrix
Rectangle
Rotate
Scale
SkewX
SkewY
TMatrix
TPoint
TRectangle
Transform
TransformParser
Translate
ony
traits
LengthTrait
LineIncrementTrait
PaintTrait
PreserveAspectRatioTrait
StringChoiceTrait
StringListTrait
TRect
type
Align
CapsStyle
Display
Editability
JoinStyle
Length
Paint
PathSegment
PreserveAspectRatio
SVGPathSegment
StringList
TextAnchor
Visibility
Circle
Crop
Definitions
Element
ElementImpl
Ellipse
Group
GroupImpl
Image
Line
Path
PathParser
Polygon
Polyline
Rectangle
Root
Svg
Text
TextArea
Use
style
Selector
Stylable
StyleParser
StyleRule
StyleSheet
StyledElement
traits
BoundedFloatTrait
CurrentColor
EnumTrait
FloatTrait
Inherit
IntTrait
SpecialTraitValue
StringTrait
TraitAccess
TraitDefinition
TraitTypeException
TypedTrait
xml
Binding
ByAttributeValue
Document
HasAttribute
IBinding
Instantiator
Node
Serializable
URL
XMLElement
Back
|
Index
class
xinf.ony.
Root
static
var
width
:
Float
static
var
height
:
Float
static
function
getDocument
( ) :
Document
static
function
getRootSvg
( ) :
Svg
static
function
appendChild
( o:
Node
) :
Void
static
function
removeChild
( o:
Node
) :
Void
static
function
addEventListener
<T>( type:
EventKind
<T>, h:T ->
Void
) :T ->
Void
static
function
removeEventListener
<T>( type:
EventKind
<T>, h:T ->
Void
) :
Bool
static
function
postEvent
<T>( e:
Event
<T>, ?pos:
PosInfos
) :
Void
static
function
setBackgroundColor
( r:
Float
, g:
Float
, b:
Float
, ?a:
Float
) :
Void
static
function
main
( ) :
Void
Back
|
Index