Enum OperationSvg.GraphicsStateModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationSvg.GraphicsStateModeEnum>
    Enclosing class:
    OperationSvg

    public static enum OperationSvg.GraphicsStateModeEnum
    extends Enum<OperationSvg.GraphicsStateModeEnum>
    Selects the SVG syntax used for formatting graphics states. * verbose = Writes verbose graphics states and groups and always prefers direct path definitions. * centralize = Writes compact graphics states and groups and centralizes formatting instructions, also utilizes the \"use\" syntax to prepare and reference indirect paths. (May not be readable by some SVG viewers.)