InlineBaseTextShape (object)¶
バージョン 2.4.0 で追加.
The InlineAttributeTextShape inherits from the InlineLinesShape object. It provides a base shape type to draw text with TextGL.
参考
AtlasGL, OGLText, InlineTextShape, InlineAttributeTextShape.
Members¶
| OGLText | oglText | |
| InlineShapeAdaptor | adaptor |
Methods¶
| InlineBaseTextShape ( in InlineBaseTextShape other ) | |
| InlineBaseTextShape () | |
| InlineBaseTextShape | clone ? () |
| Ref<OGLText> | getOGLText ? () |
| init ! ( in String name, in Ref<AtlasGL> atlas ) |
Methods in detail¶
InlineBaseTextShape ( in InlineBaseTextShape other )
copy constructor
default constructor
InlineBaseTextShape InlineBaseTextShape.clone? ()
clone method
Ref<OGLText> InlineBaseTextShape.getOGLText? ()
Gets a reference to the OGLText.
InlineBaseTextShape.init! ( in String name, in Ref<AtlasGL> atlas )
Initializes a InlineBaseTextShape.
| name | The name of the InlineShape |
| atlas | A reference to an AtlasGL |