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

Public Attributes

DynamicPropertyType< Float > AspectRatioProperty
 
DynamicPropertyType< ResourceBackgroundBrushProperty
 
DynamicPropertyType< Boolean > CacheValidProperty
 
DynamicPropertyType< Integer > CachingModeProperty
 
DynamicPropertyType< ResourceCompositionBrushProperty
 
DynamicPropertyType< Boolean > DisableRenderTargetClearProperty
 
DynamicPropertyType< Boolean > ForceCompositionProperty
 
DynamicPropertyType< ResourceForegroundBrushProperty
 
DynamicPropertyType< Integer > ForegroundHintProperty
 
DynamicPropertyType< SRTValue2DLayoutTransformationProperty
 
AbstractMetaclass Node2DMetaclass = new AbstractMetaclass("Kanzi.Node2D")
 
DynamicPropertyType< Boolean > OffscreenRenderingProperty
 
DynamicPropertyType< Float > PerspectiveTransformationFovProperty
 
DynamicPropertyType< Integer > PerspectiveTransformationModeProperty
 
DynamicPropertyType< Vector3PerspectiveTransformationOriginProperty
 
DynamicPropertyType< Vector3PerspectiveTransformationPivotProperty
 
DynamicPropertyType< SRTValue3DPerspectiveTransformationProperty
 
DynamicPropertyType< Integer > PixelFormatProperty
 
DynamicPropertyType< Boolean > RenderSelfProperty
 
DynamicPropertyType< Float > RenderTargetMinimumHeightProperty
 
DynamicPropertyType< Float > RenderTargetMinimumWidthProperty
 
DynamicPropertyType< ResourceRenderTargetProperty
 
DynamicPropertyType< Float > RenderTargetReallocationLimitProperty
 
DynamicPropertyType< Vector2RenderTransformationOriginProperty
 
DynamicPropertyType< SRTValue2DRenderTransformationProperty
 
DynamicPropertyType< Boolean > SnapToPixelProperty
 

Member Data Documentation

DynamicPropertyType<Float> AspectRatioProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.AspectRatio", Float.class)
DynamicPropertyType<Resource> BackgroundBrushProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.BackgroundBrush", Resource.class)
DynamicPropertyType<Boolean> CacheValidProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.CacheValid", Boolean.class)
DynamicPropertyType<Integer> CachingModeProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.CachingMode", Integer.class)
DynamicPropertyType<Resource> CompositionBrushProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.CompositionBrush", Resource.class)
DynamicPropertyType<Boolean> DisableRenderTargetClearProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.DisableRenderTargetClear", Boolean.class)
DynamicPropertyType<Boolean> ForceCompositionProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.ForceComposition", Boolean.class)
DynamicPropertyType<Resource> ForegroundBrushProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.ForegroundBrush", Resource.class)
DynamicPropertyType<Integer> ForegroundHintProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.ForegroundHint", Integer.class)
DynamicPropertyType<SRTValue2D> LayoutTransformationProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.LayoutTransformation", SRTValue2D.class)
DynamicPropertyType<Boolean> OffscreenRenderingProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.OffscreenRendering", Boolean.class)
DynamicPropertyType<Float> PerspectiveTransformationFovProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.PerspectiveTransformationFov", Float.class)
DynamicPropertyType<Integer> PerspectiveTransformationModeProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.PerspectiveTransformationMode", Integer.class)
DynamicPropertyType<Vector3> PerspectiveTransformationOriginProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.PerspectiveTransformationOrigin", Vector3.class)
DynamicPropertyType<Vector3> PerspectiveTransformationPivotProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.PerspectiveTransformationPivot", Vector3.class)
DynamicPropertyType<SRTValue3D> PerspectiveTransformationProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.PerspectiveTransformation", SRTValue3D.class)
DynamicPropertyType<Integer> PixelFormatProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.PixelFormat", Integer.class)
DynamicPropertyType<Boolean> RenderSelfProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderSelf", Boolean.class)
DynamicPropertyType<Float> RenderTargetMinimumHeightProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderTargetMinimumHeight", Float.class)
DynamicPropertyType<Float> RenderTargetMinimumWidthProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderTargetMinimumWidth", Float.class)
DynamicPropertyType<Resource> RenderTargetProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderTarget", Resource.class)
DynamicPropertyType<Float> RenderTargetReallocationLimitProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderTargetReallocationLimit", Float.class)
DynamicPropertyType<Vector2> RenderTransformationOriginProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderTransformationOrigin", Vector2.class)
DynamicPropertyType<SRTValue2D> RenderTransformationProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.RenderTransformation", SRTValue2D.class)
DynamicPropertyType<Boolean> SnapToPixelProperty
Initial value:
=
new DynamicPropertyType<>("Node2D.SnapToPixel", Boolean.class)