GMXYUserView:
Filter:
GraphicalModule/Classes (extension) | GUI > Graphical Module

GMXYUserView
ExtensionExtension

An abstract class that contains private methods for canvas utilities

Description

GMXYUserView is an abstract class used to centralize methods that some Class from the Graphical Module are using.

It makes no sense instanciating this class, as it won't display anything, and it is not possible to interact with it.

Internal methods defined within this class are either coordinates mapping utilities or drawing functions.

Class Methods

.new

Creates a new instance of GMXYUserView.

Instance Methods

Internal Methods

.getXMousePos

.getYMousePos

.getXMouseMapping

.getYMouseMapping

.getXMouseMappingBipolar

.getYMouseMappingBipolar

.getXIndex

.getYIndex

.getCase

.getXValueMapping

.getYValueMapping

.getXValueMappingBipolar

.getYValueMappingBipolar

.drawCircle

.drawRect

.drawDiamond

.drawLineHelpers

.drawDotHelpers

.drawMultiDotHelpers