Uses of Enum
com.evopdf.LineCapStyle
-
Uses of LineCapStyle in com.evopdf
Methods in com.evopdf that return LineCapStyleModifier and TypeMethodDescriptionLineStyle.lineCapStyle()Gets the line cap stylestatic LineCapStyleReturns the enum constant of this type with the specified name.static LineCapStyle[]LineCapStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evopdf with parameters of type LineCapStyleModifier and TypeMethodDescriptionvoidLineStyle.setLineCapStyle(LineCapStyle lineCapStyle) Sets the line cap styleConstructors in com.evopdf with parameters of type LineCapStyleModifierConstructorDescriptionLineStyle(float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle) Constructs a style for a line with the specified width, cap and join styles