Uses of Enum Class
gg.xp.telestosupport.doodle.CoordSystem
-
Uses of CoordSystem in gg.xp.telestosupport.doodle
Modifier and TypeFieldDescriptionfinal CoordSystem
CircleDoodleSpec.system
final CoordSystem
RectangleDoodleSpec.system
Modifier and TypeMethodDescriptionstatic CoordSystem
Returns the enum constant of this class with the specified name.static CoordSystem[]
CoordSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCircleDoodleSpec
(DoodleLocation position, double radius, boolean filled, CoordSystem system) RectangleDoodleSpec
(DoodleLocation pos1, DoodleLocation pos2, double thickness, boolean filled, CoordSystem system) -
Uses of CoordSystem in gg.xp.telestosupport.easytriggers