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

Public Attributes

DynamicPropertyType< ColorRGBAFontColorProperty
 
DynamicPropertyType< ResourceFontMaterialProperty
 
DynamicPropertyType< Vector2HorizontalPaddingProperty
 
DynamicPropertyType< String > OverflowProperty
 
DynamicPropertyType< Boolean > RemoveSideBearingsProperty
 
AbstractMetaclass TextConceptMetaclass = new AbstractMetaclass("Kanzi.TextConcept")
 
DynamicPropertyType< Integer > TextHorizontalAlignmentProperty
 
DynamicPropertyType< String > TextProperty
 
DynamicPropertyType< Integer > TextVerticalAlignmentProperty
 
DynamicPropertyType< Vector2VerticalPaddingProperty
 

Member Data Documentation

DynamicPropertyType<ColorRGBA> FontColorProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.FontColor", ColorRGBA.class)
DynamicPropertyType<Resource> FontMaterialProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.FontMaterial", Resource.class)
DynamicPropertyType<Vector2> HorizontalPaddingProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.HorizontalPadding", Vector2.class)
DynamicPropertyType<String> OverflowProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.Overflow", String.class)
DynamicPropertyType<Boolean> RemoveSideBearingsProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.RemoveSideBearings", Boolean.class)
DynamicPropertyType<Integer> TextHorizontalAlignmentProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.TextHorizontalAlignment", Integer.class)
DynamicPropertyType<String> TextProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.Text", String.class)
DynamicPropertyType<Integer> TextVerticalAlignmentProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.TextVerticalAlignment", Integer.class)
DynamicPropertyType<Vector2> VerticalPaddingProperty
Initial value:
=
new DynamicPropertyType<>("TextConcept.VerticalPadding", Vector2.class)