All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.jipp.pdl.RotationUnit.kt Maven / Gradle / Ivy

There is a newer version: 0.7.16
Show newest version
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