Axes Entity
class AxesEntity @JvmOverloads constructor(val meepMeep: MeepMeep, axesThickness: Double, colorScheme: ColorScheme, font: Font? = null, fontSize: Float = 20.0f) : ThemedEntity, MouseMotionListener
Entity representing the axes in the MeepMeep shell.
Constructors
Link copied to clipboard
constructor(meepMeep: MeepMeep, axesThickness: Double, colorScheme: ColorScheme, font: Font? = null, fontSize: Float = 20.0f)
Properties
Functions
Link copied to clipboard
Unused mouse dragged event handler.
Link copied to clipboard
Handles mouse moved events to animate the axes opacity.
Link copied to clipboard
Renders the axes on the given graphics context.
Link copied to clipboard
Sets the dimensions of the canvas.
Link copied to clipboard
Sets the interval for the axes ticks.
Link copied to clipboard
Switches the color scheme of the axes.