Kanzi Java API
Node Interface Reference
Inheritance diagram for Node:
[legend]
Collaboration diagram for Node:
[legend]

Public Attributes

DynamicPropertyType< Float > ActualDepthProperty
 
DynamicPropertyType< Float > ActualHeightProperty
 
DynamicPropertyType< Float > ActualWidthProperty
 
DynamicPropertyType< Boolean > ClipChildrenProperty
 
DynamicPropertyType< Integer > ContentStretchProperty
 
DynamicPropertyType< Boolean > CreatedFromKZBProperty
 
DynamicPropertyType< Integer > DepthAlignmentProperty
 
DynamicPropertyType< Vector2DepthMarginProperty
 
DynamicPropertyType< Float > DepthProperty = new DynamicPropertyType<>("Node.Depth", Float.class)
 
DynamicPropertyType< Boolean > EnableClickProperty
 
DynamicPropertyType< Boolean > EnabledProperty
 
DynamicPropertyType< Boolean > EnableMultiClickProperty
 
DynamicPropertyType< Boolean > FocusableProperty
 
DynamicPropertyType< Boolean > FocusedProperty
 
DynamicPropertyType< ResourceFontFamilyProperty
 
DynamicPropertyType< Float > HeightProperty
 
DynamicPropertyType< Boolean > HitTestableContainerProperty
 
DynamicPropertyType< Boolean > HitTestableProperty
 
DynamicPropertyType< Integer > HorizontalAlignmentProperty
 
DynamicPropertyType< Vector2HorizontalMarginProperty
 
DynamicPropertyType< Boolean > HoverProperty
 
DynamicPropertyType< String > LocaleProperty
 
DynamicPropertyType< String > NameProperty = new DynamicPropertyType<>("Node.Name", String.class)
 
AbstractMetaclass NodeMetaclass = new AbstractMetaclass("Kanzi.Node")
 
DynamicPropertyType< Float > OpacityProperty
 
DynamicPropertyType< String > PathProperty = new DynamicPropertyType<>("Node.Path", String.class)
 
DynamicPropertyType< Float > Projection2DTo3DScaleProperty
 
DynamicPropertyType< ResourceStateManagerProperty
 
DynamicPropertyType< ResourceStyleProperty
 
DynamicPropertyType< Integer > VerticalAlignmentProperty
 
DynamicPropertyType< Vector2VerticalMarginProperty
 
DynamicPropertyType< Float > VisibleAmountInParentProperty
 
DynamicPropertyType< Boolean > VisibleProperty
 
DynamicPropertyType< Float > WidthProperty = new DynamicPropertyType<>("Node.Width", Float.class)
 

Member Data Documentation

DynamicPropertyType<Float> ActualDepthProperty
Initial value:
=
new DynamicPropertyType<>("Node.ActualDepth", Float.class)
DynamicPropertyType<Float> ActualHeightProperty
Initial value:
=
new DynamicPropertyType<>("Node.ActualHeight", Float.class)
DynamicPropertyType<Float> ActualWidthProperty
Initial value:
=
new DynamicPropertyType<>("Node.ActualWidth", Float.class)
DynamicPropertyType<Boolean> ClipChildrenProperty
Initial value:
=
new DynamicPropertyType<>("Node.ClipChildren", Boolean.class)
DynamicPropertyType<Integer> ContentStretchProperty
Initial value:
=
new DynamicPropertyType<>("Node.ContentStretch", Integer.class)
DynamicPropertyType<Boolean> CreatedFromKZBProperty
Initial value:
=
new DynamicPropertyType<>("CreatedFromKZB", Boolean.class)
DynamicPropertyType<Integer> DepthAlignmentProperty
Initial value:
=
new DynamicPropertyType<>("Node.DepthAlignment", Integer.class)
DynamicPropertyType<Vector2> DepthMarginProperty
Initial value:
=
new DynamicPropertyType<>("Node.DepthMargin", Vector2.class)
DynamicPropertyType<Boolean> EnableClickProperty
Initial value:
=
new DynamicPropertyType<>("Node.EnableClick", Boolean.class)
DynamicPropertyType<Boolean> EnabledProperty
Initial value:
=
new DynamicPropertyType<>("Node.Enabled", Boolean.class)
DynamicPropertyType<Boolean> EnableMultiClickProperty
Initial value:
=
new DynamicPropertyType<>("Node.EnableMultiClick", Boolean.class)
DynamicPropertyType<Boolean> FocusableProperty
Initial value:
=
new DynamicPropertyType<>("Node.Focusable", Boolean.class)
DynamicPropertyType<Boolean> FocusedProperty
Initial value:
=
new DynamicPropertyType<>("Node.Focused", Boolean.class)
DynamicPropertyType<Resource> FontFamilyProperty
Initial value:
=
new DynamicPropertyType<>("Node.FontFamily", Resource.class)
DynamicPropertyType<Float> HeightProperty
Initial value:
=
new DynamicPropertyType<>("Node.Height", Float.class)
DynamicPropertyType<Boolean> HitTestableContainerProperty
Initial value:
=
new DynamicPropertyType<>("Node.HitTestableContainer", Boolean.class)
DynamicPropertyType<Boolean> HitTestableProperty
Initial value:
=
new DynamicPropertyType<>("Node.HitTestable", Boolean.class)
DynamicPropertyType<Integer> HorizontalAlignmentProperty
Initial value:
=
new DynamicPropertyType<>("Node.HorizontalAlignment", Integer.class)
DynamicPropertyType<Vector2> HorizontalMarginProperty
Initial value:
=
new DynamicPropertyType<>("Node.HorizontalMargin", Vector2.class)
DynamicPropertyType<Boolean> HoverProperty
Initial value:
=
new DynamicPropertyType<>("Node.Hover", Boolean.class)
DynamicPropertyType<String> LocaleProperty
Initial value:
=
new DynamicPropertyType<>("Node.Locale", String.class)
DynamicPropertyType<Float> OpacityProperty
Initial value:
=
new DynamicPropertyType<>("Node.Opacity", Float.class)
DynamicPropertyType<Float> Projection2DTo3DScaleProperty
Initial value:
=
new DynamicPropertyType<>("Node.Projection2DTo3DScale", Float.class)
DynamicPropertyType<Resource> StateManagerProperty
Initial value:
=
new DynamicPropertyType<>("Node.StateManager", Resource.class)
DynamicPropertyType<Resource> StyleProperty
Initial value:
=
new DynamicPropertyType<>("Node.Style", Resource.class)
DynamicPropertyType<Integer> VerticalAlignmentProperty
Initial value:
=
new DynamicPropertyType<>("Node.VerticalAlignment", Integer.class)
DynamicPropertyType<Vector2> VerticalMarginProperty
Initial value:
=
new DynamicPropertyType<>("Node.VerticalMargin", Vector2.class)
DynamicPropertyType<Float> VisibleAmountInParentProperty
Initial value:
=
new DynamicPropertyType<>("Node.VisibleAmountInParent", Float.class)
DynamicPropertyType<Boolean> VisibleProperty
Initial value:
=
new DynamicPropertyType<>("Node.Visible", Boolean.class)