Uses of Class
fr.formiko.usuel.structures.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in fr.formiko.usuel.structures
Fields in fr.formiko.usuel.structures declared as TreeNodeFields in fr.formiko.usuel.structures with type parameters of type TreeNodeMethods in fr.formiko.usuel.structures that return TreeNodeModifier and TypeMethodDescriptionTreeNode.getChildren(int index)
TreeNode.getParent()
Tree.getRoot()
Methods in fr.formiko.usuel.structures that return types with arguments of type TreeNodeMethods in fr.formiko.usuel.structures with parameters of type TreeNodeModifier and TypeMethodDescriptionprivate static void
ImageTree.addScaledAntColorPart(TreeNode<BufferedImage> currentNodeIn, TreeNode<BufferedImage> currentNodeOut, int dim, int size)
Return the scaled color of the Ant.private static void
ImageTree.addScaledAntOtherPart(TreeNode<BufferedImage> currentNodeIn, TreeNode<BufferedImage> currentNodeOut, int dim, int size)
Return the scaled part of the body of the Ant.(package private) void
TreeNode.copyStructure(TreeNode<T> nodeIn)
Copy the structure of a given TreeNode into this.static BufferedImage
ImageTree.createAntImageFromNode(Creature c, TreeNode<BufferedImage> node)
Create an ant Image from the coresponding node, with the Creature color.Method parameters in fr.formiko.usuel.structures with type arguments of type TreeNodeModifier and TypeMethodDescriptionprivate static void
ImageTree.addScaledAnt(Liste<TreeNode<BufferedImage>> antListIn, Liste<TreeNode<BufferedImage>> antListOut, int dim)
Return the scaled instance of the Ant part.private static void
ImageTree.addScaledInsect(Liste<TreeNode<BufferedImage>> insectListIn, Liste<TreeNode<BufferedImage>> insectListOut, int dim)
Return the scaled instance of the Insect part.Constructors in fr.formiko.usuel.structures with parameters of type TreeNode