Uses of Enum Class
com.datalogics.PDFL.PathPaintOpFlags
Packages that use PathPaintOpFlags
-
Uses of PathPaintOpFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PathPaintOpFlagsModifier and TypeMethodDescriptionstatic PathPaintOpFlagsReturns the enum constant of this class with the specified name.static PathPaintOpFlags[]PathPaintOpFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL that return types with arguments of type PathPaintOpFlagsModifier and TypeMethodDescriptionPath.getPaintOp()Gets the fill and stroke attributes of a path.Method parameters in com.datalogics.PDFL with type arguments of type PathPaintOpFlagsModifier and TypeMethodDescriptionvoidPath.setPaintOp(EnumSet<PathPaintOpFlags> paintops) Sets the fill and stroke attributes of a path.