Uses of Class
de.rpgframework.support.combat.jfx.ViewDirection
-
Packages that use ViewDirection Package Description de.rpgframework.support.combat.jfx -
-
Uses of ViewDirection in de.rpgframework.support.combat.jfx
Methods in de.rpgframework.support.combat.jfx that return ViewDirection Modifier and Type Method Description ViewDirectionToken. getDirection()static ViewDirectionViewDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewDirection[]ViewDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.rpgframework.support.combat.jfx that return types with arguments of type ViewDirection Modifier and Type Method Description javafx.beans.property.ObjectProperty<ViewDirection>Token. directionProperty()Methods in de.rpgframework.support.combat.jfx with parameters of type ViewDirection Modifier and Type Method Description voidToken. setDirection(ViewDirection value)
-