Uses of Class
codedraw.CursorStyle
-
Uses of CursorStyle in codedraw
Fields in codedraw declared as CursorStyleModifier and TypeFieldDescriptionstatic final CursorStyleCursorStyle.CROSS_HAIRstatic final CursorStyleCursorStyle.DEFAULTstatic final CursorStyleCursorStyle.EAST_RESIZEstatic final CursorStyleCursorStyle.HANDstatic final CursorStyleCursorStyle.MOVEstatic final CursorStyleCursorStyle.NORTH_EAST_RESIZEstatic final CursorStyleCursorStyle.NORTH_RESIZEstatic final CursorStyleCursorStyle.NORTH_WEST_RESIZEstatic final CursorStyleCursorStyle.SOUTH_EAST_RESIZEstatic final CursorStyleCursorStyle.SOUTH_RESIZEstatic final CursorStyleCursorStyle.SOUTH_WEST_RESIZEstatic final CursorStyleCursorStyle.TEXTstatic final CursorStyleCursorStyle.WAITstatic final CursorStyleCursorStyle.WEST_RESIZEMethods in codedraw that return CursorStyleModifier and TypeMethodDescriptionBorderlessWindow.getCursorStyle()Defines the style of the cursor while hovering over the CodeDraw canvas.CodeDraw.getCursorStyle()Defines the style of the cursor while hovering over the CodeDraw canvas.FullScreen.getCursorStyle()Defines the style of the cursor while hovering over the CodeDraw canvas.Methods in codedraw with parameters of type CursorStyleModifier and TypeMethodDescriptionvoidBorderlessWindow.setCursorStyle(CursorStyle cursorStyle) Defines the style of the cursor while hovering over the CodeDraw canvas.voidCodeDraw.setCursorStyle(CursorStyle cursorStyle) Defines the style of the cursor while hovering over the CodeDraw canvas.voidFullScreen.setCursorStyle(CursorStyle cursorStyle) Defines the style of the cursor while hovering over the CodeDraw canvas.