com.hp.jipp.pdl.RotationUnit.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jipp-pdl Show documentation
Show all versions of jipp-pdl Show documentation
PWG-Raster and PCLm conversions
package com.hp.jipp.pdl
/** Represent 90-degree increments of rotation. */
enum class RotationUnit {
/** 90 degrees clockwise rotation. */
Rotate90,
/** 180 degrees clockwise rotation. */
Rotate180,
/** 270 degrees clockwise rotation. */
Rotate270
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy