Uses of Class
g3.project.graphics.StyledTextSeg.REF_TYPE
-
Packages that use StyledTextSeg.REF_TYPE Package Description g3.project.elements g3.project.graphics -
-
Uses of StyledTextSeg.REF_TYPE in g3.project.elements
Methods in g3.project.elements that return StyledTextSeg.REF_TYPE Modifier and Type Method Description StyledTextSeg.REF_TYPE
RefElement. getType()
Get the ref's type.Constructors in g3.project.elements with parameters of type StyledTextSeg.REF_TYPE Constructor Description RefElement(java.lang.String name, java.lang.String uri, java.lang.String target, StyledTextSeg.REF_TYPE refType)
-
Uses of StyledTextSeg.REF_TYPE in g3.project.graphics
Methods in g3.project.graphics that return StyledTextSeg.REF_TYPE Modifier and Type Method Description StyledTextSeg.REF_TYPE
StyledTextSeg. getRefType()
Get ref type, if it exists.static StyledTextSeg.REF_TYPE
StyledTextSeg.REF_TYPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StyledTextSeg.REF_TYPE[]
StyledTextSeg.REF_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in g3.project.graphics with parameters of type StyledTextSeg.REF_TYPE Modifier and Type Method Description void
StyledTextSeg. setHRef(java.lang.String target, StyledTextSeg.REF_TYPE type)
Set an href on this segment.
-