Uses of Enum Class
com.example.brickpaint.BrickTools
-
Uses of BrickTools in com.example.brickpaint
Fields in com.example.brickpaint with type parameters of type BrickToolsModifier and TypeFieldDescriptionjavafx.scene.control.ChoiceBox<BrickTools>ButtonManager.lineStyleMethods in com.example.brickpaint that return BrickToolsModifier and TypeMethodDescriptionButtonManager.getSelectedToggle()Will return the currently selected toggle button as an enum typeBrickPaintController.getToolType()Returns the current tool selection from the button manager as a BrickTools enum valuestatic BrickToolsReturns the enum constant of this class with the specified name.static BrickTools[]BrickTools.values()Returns an array containing the constants of this enum class, in the order they are declared.