Uses of Enum Class
lu.kbra.modelizer_next.ui.canvas.data.CopyPasteSpecialState
Packages that use CopyPasteSpecialState
Package
Description
Canvas behavior split into small mixin-style interfaces.
Small enums used by the canvas implementation to describe sides, directions, and style scopes.
-
Uses of CopyPasteSpecialState in lu.kbra.modelizer_next.ui.canvas
Methods in lu.kbra.modelizer_next.ui.canvas with parameters of type CopyPasteSpecialStateModifier and TypeMethodDescriptiondefault voidLiveEditor.invokeCopyPasteSpecialElement(CopyPasteSpecialState state) -
Uses of CopyPasteSpecialState in lu.kbra.modelizer_next.ui.canvas.data
Methods in lu.kbra.modelizer_next.ui.canvas.data that return CopyPasteSpecialStateModifier and TypeMethodDescriptionstatic CopyPasteSpecialStateReturns the enum constant of this class with the specified name.static CopyPasteSpecialState[]CopyPasteSpecialState.values()Returns an array containing the constants of this enum class, in the order they are declared.