Library | Package Java Toolkit

Interface Text

package com.ptc.pfc.pfcGeometry;

public interface Text
  extends com.ptc.pfc.pfcGeometry.Curve



Description

This class defines the text information.
Direct Known Subclasses:
WText



Method Summary
Point3DGetPoint ()
    Get method for attribute "Point"
    The point at which to start the text string
TextStyleGetStyle ()
    Get method for attribute "Style"
    The text style
StringGetTextString ()
    Get method for attribute "TextString"
    The text to display

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve
GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Method Detail

GetTextString

StringGetTextString ()


    The text to display



GetPoint

Point3DGetPoint ()


    The point at which to start the text string



GetStyle

TextStyleGetStyle ()


    The text style