Uses of Enum Class
gg.xp.telestosupport.doodle.CoordSystem
Packages that use CoordSystem
-
Uses of CoordSystem in gg.xp.telestosupport.doodle
Fields in gg.xp.telestosupport.doodle declared as CoordSystemModifier and TypeFieldDescriptionfinal CoordSystem
CircleDoodleSpec.system
final CoordSystem
RectangleDoodleSpec.system
Methods in gg.xp.telestosupport.doodle that return CoordSystemModifier 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.Constructors in gg.xp.telestosupport.doodle with parameters of type CoordSystemModifierConstructorDescriptionCircleDoodleSpec
(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
Fields in gg.xp.telestosupport.easytriggers declared as CoordSystem