Package 

Class DrawLinks

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      DrawLinks() Empty constructor.
      DrawLinks(String name) Default constructor.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setSize(double size) Sets the value of the property sizeProperty.
      DoubleProperty sizeProperty() The size of the dots representing each it.unibo.alchemist.model.interfaces.Node in the Environment specified when drawing.
      int hashCode()
      boolean equals(Object obj)
      • Methods inherited from class it.unibo.alchemist.boundary.gui.effects.AbstractEffect

        computeDrawCommands, getName, isVisible, setName, setVisibility
      • Methods inherited from class it.unibo.alchemist.boundary.gui.effects.EffectFX

        computeDrawCommands, setName, setVisibility
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DrawLinks

        DrawLinks()
        Empty constructor.
      • DrawLinks

        DrawLinks(String name)
        Default constructor.
        Parameters:
        name - the name of the effect.