Uses of Class
fr.formiko.usuel.Point
Packages that use Point
-
Uses of Point in fr.formiko.formiko
Subclasses of Point in fr.formiko.formikoModifier and TypeClassDescriptionclass
Vegetal blade is used to represent grass & moss on map.class
Grass blade.class
small moss blade.class
Vegetal blade on sand.Fields in fr.formiko.formiko declared as PointMethods in fr.formiko.formiko that return PointModifier and TypeMethodDescriptionCase.getP()
Fourmiliere.getP()
Case.getPoint()
Fourmiliere.getPoint()
Methods in fr.formiko.formiko with parameters of type PointModifier and TypeMethodDescriptionstatic int
CCase.getDirection(Point from, Point to)
return a direction by using 2 Point.void
static boolean
triche.testSupInfEga(String[] args, Point p1)
Constructors in fr.formiko.formiko with parameters of type PointModifierConstructorDescriptionCase(Point p, Fourmiliere fere, GCreature gc)
Case(Point p, Fourmiliere fere, GCreature gc, byte foodInsecte, byte foodInsecteMax, byte nt)
-
Uses of Point in fr.formiko.usuel
Methods in fr.formiko.usuel that return Point -
Uses of Point in fr.formiko.views.gui2d
Fields in fr.formiko.views.gui2d declared as PointModifier and TypeFieldDescriptionprivate Point
ThMove.curent
private Point
ThMove.curent2
private Point
ThMove.from
private Point
ThMove.rotate
private Point
ThMove.to
Fields in fr.formiko.views.gui2d with type parameters of type PointModifier and TypeFieldDescriptionFPanelCarte.hashMapMovingObjectSurCarteAid
FPanelCarte.hashMapMovingObjectSurCarteAidRotation
Methods in fr.formiko.views.gui2d that return PointModifier and TypeMethodDescriptionFPanelCarte.getMovingObjectLocation(int id)
FPanelCarte.getMovingObjectRotation(int id)
FPanelCarte.getPointFromCase(int x, int y, boolean centered)
Return the coordinates on screen for Case with x & y.Methods in fr.formiko.views.gui2d with parameters of type PointModifier and TypeMethodDescriptionvoid
FPanelCarte.addMovingObject(int id, Point location, Point rotation)
Add a curent moving object.private void
Update the destination Point.