Uses of Enum Class
com.github.tadukoo.view.constants.Orientation
Packages that use Orientation
Package
Description
A collection of useful view-related utilities
Contains constants used in View settings
- 
Uses of Orientation in com.github.tadukoo.view
Methods in com.github.tadukoo.view with parameters of type OrientationModifier and TypeMethodDescriptionstatic voidDrawUtil.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
Methods in com.github.tadukoo.view.constants that return OrientationModifier and TypeMethodDescriptionstatic OrientationReturns 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.