Library | Package Java Toolkit

Interface TextDescriptor

package com.ptc.pfc.pfcGeometry;

public interface TextDescriptor
  extends com.ptc.pfc.pfcGeometry.CurveDescriptor



Description

A data object representing a text entity.



Method Summary
Point3DGetPoint ()
    Get method for attribute "Point"
    The location of the text
TextStyleGetStyle ()
    Get method for attribute "Style"
    The text style
StringGetTextString ()
    Get method for attribute "TextString"
    The text string
voidSetPoint (Point3D value)
    Set method for attribute "Point"
    The location of the text
voidSetStyle (TextStyle value)
    Set method for attribute "Style"
    The text style
voidSetTextString (String value)
    Set method for attribute "TextString"
    The text string

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor
GetCurveType

Method Detail

GetTextString/SetTextString

StringGetTextString ()
voidSetTextString (String value)


    The text string



GetPoint/SetPoint

Point3DGetPoint ()
voidSetPoint (Point3D value)


    The location of the text



GetStyle/SetStyle

TextStyleGetStyle ()
voidSetStyle (TextStyle value)


    The text style