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.inity.
GLObject
var
parent
:
GLObject
var
children
:
Array
<
GLObject
>
var
transform
:
Matrix
var
id
:
Int
var
inner
:
Int
function
new
( id:
Int
) :
Void
function
destroy
( ) :
Void
function
setTransform
( transform:
Matrix
) :
Void
function
redoTransform
( ) :
Void
function
localToGlobal
( p:{ y :
Float
, x :
Float
} ) :{ y :
Float
, x :
Float
}
function
addChild
( child:
GLObject
) :
Void
function
clear
( ) :
Void
function
mergeBBox
( bbox:
TRectangle
) :
Void
function
start
( ) :
Void
function
end
( ) :
Void
function
update
( ) :
Void
function
hit
( p:
TPoint
, found:
Array
<
GLObject
> ) :
Bool
function
toString
( ) :
String
Back
|
Index