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.

InlineBaseTextShape InlineBaseTextShape InlineBaseTextShape InlineShapeBase InlineShapeBase InlineBaseTextShape->InlineShapeBase InlineEntityBase InlineEntityBase InlineShapeBase->InlineEntityBase InlineShape InlineShape InlineShapeBase->InlineShape InlineEntity InlineEntity InlineEntityBase->InlineEntity InlineGeometryAttributeTextShape InlineGeometryAttributeTextShape InlineGeometryAttributeTextShape->InlineBaseTextShape InlineTextShape InlineTextShape InlineTextShape->InlineBaseTextShape

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


InlineBaseTextShape ()

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