Uses of Enum Class
com.github.tadukoo.view.constants.Orientation
Package
Description
A collection of useful view-related utilities
Contains constants used in View settings
-
Uses of Orientation in com.github.tadukoo.view
Modifier and TypeMethodDescriptionstatic void
DrawUtil.drawText
(Graphics g, String text, int x, int y, Orientation orientation) Draws the given text aligned to the given coordinates according to the orientation. -
Uses of Orientation in com.github.tadukoo.view.constants
Modifier and TypeMethodDescriptionstatic Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.