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 TypeClassDescriptionclassVegetal blade is used to represent grass & moss on map.classGrass blade.classsmall moss blade.classVegetal 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 intCCase.getDirection(Point from, Point to)return a direction by using 2 Point.voidstatic booleantriche.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 PointThMove.curentprivate PointThMove.curent2private PointThMove.fromprivate PointThMove.rotateprivate PointThMove.toFields in fr.formiko.views.gui2d with type parameters of type PointModifier and TypeFieldDescriptionFPanelCarte.hashMapMovingObjectSurCarteAidFPanelCarte.hashMapMovingObjectSurCarteAidRotationMethods 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 TypeMethodDescriptionvoidFPanelCarte.addMovingObject(int id, Point location, Point rotation)Add a curent moving object.private voidUpdate the destination Point.