Uses of Class
me.hsgamer.hscore.ui.Position2D
Packages that use Position2D
-
Uses of Position2D in me.hsgamer.hscore.ui
Methods in me.hsgamer.hscore.ui that return Position2DModifier and TypeMethodDescriptionstatic Position2DPosition2D.maxPosition(int x1, int y1, int x2, int y2) Get the max positionstatic Position2DPosition2D.maxPosition(Position2D position1, Position2D position2) Get the max positionstatic Position2DPosition2D.minPosition(int x1, int y1, int x2, int y2) Get the min positionstatic Position2DPosition2D.minPosition(Position2D position1, Position2D position2) Get the min positionstatic Position2DPosition2D.of(int x, int y) Creates a new positionMethods in me.hsgamer.hscore.ui with parameters of type Position2DModifier and TypeMethodDescriptionstatic Position2DPosition2D.maxPosition(Position2D position1, Position2D position2) Get the max positionstatic Position2DPosition2D.minPosition(Position2D position1, Position2D position2) Get the min position