Uses of Class
org.apache.fop.render.pcl.fonts.PCLFontSegment.SegmentID
-
Packages that use PCLFontSegment.SegmentID Package Description org.apache.fop.render.pcl.fonts -
-
Uses of PCLFontSegment.SegmentID in org.apache.fop.render.pcl.fonts
Fields in org.apache.fop.render.pcl.fonts declared as PCLFontSegment.SegmentID Modifier and Type Field Description private PCLFontSegment.SegmentID
PCLFontSegment. identifier
Methods in org.apache.fop.render.pcl.fonts that return PCLFontSegment.SegmentID Modifier and Type Method Description PCLFontSegment.SegmentID
PCLFontSegment. getIdentifier()
static PCLFontSegment.SegmentID
PCLFontSegment.SegmentID. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PCLFontSegment.SegmentID[]
PCLFontSegment.SegmentID. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.fop.render.pcl.fonts with parameters of type PCLFontSegment.SegmentID Constructor Description PCLFontSegment(PCLFontSegment.SegmentID identifier, byte[] data)
-