Uses of Enum Class
com.datalogics.PDFL.LineCap
Packages that use LineCap
-
Uses of LineCap in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return LineCapModifier and TypeMethodDescriptionGraphicState.getLineCap()The line cap used by the current GraphicState.static LineCapReturns the enum constant of this class with the specified name.static LineCap[]LineCap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type LineCapModifier and TypeMethodDescriptionvoidGraphicState.setLineCap(LineCap LineCap) The line cap used by the current GraphicState.