Class DisplayProperties<T>

java.lang.Object
repast.simphony.ws.DisplayProperties<T>

public class DisplayProperties<T> extends Object
Stores display properties like agent shape and color for each agent in a display server instance.
  • Field Details

    • agent

      public T agent
    • id

      public int id
    • shape

      public String shape
    • icon

      public String icon
    • color

      public Color color
    • borderColor

      public Color borderColor
    • borderStroke

      public String borderStroke
    • borderThickness

      public String borderThickness
    • label

      public String label
    • fillOpacity

      public String fillOpacity
    • rotation

      public double rotation
    • size

      public double size
  • Constructor Details

    • DisplayProperties

      public DisplayProperties(int id, T agent)