Uses of Class
com.pd4ml.pdf.cos.path.COSPathSegment.Kind
-
Packages that use COSPathSegment.Kind Package Description com.pd4ml.pdf.cos.path -
-
Uses of COSPathSegment.Kind in com.pd4ml.pdf.cos.path
Methods in com.pd4ml.pdf.cos.path that return COSPathSegment.Kind Modifier and Type Method Description COSPathSegment.KindCOSPathSegment. getKind()static COSPathSegment.KindCOSPathSegment.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static COSPathSegment.Kind[]COSPathSegment.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-