commonMain.Edge.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axis Show documentation
Show all versions of axis Show documentation
A collection of drawing/charting utilities
package com.juul.krayon.axis
public enum class Edge {
Left,
Top,
Right,
Bottom
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy