java.lang.Object
repast.simphony.visualization.visualization2D.style.DefaultStyle2D
All Implemented Interfaces:
Style2D<Object>

public class DefaultStyle2D extends Object implements Style2D<Object>
Deprecated.
replaced by ogl 2D
  • Field Details

    • rect

      protected Rectangle2D rect
      Deprecated.
    • color

      protected Paint color
      Deprecated.
    • s

      protected Shape s
      Deprecated.
    • stroke

      protected Stroke stroke
      Deprecated.
    • strokeColor

      protected Paint strokeColor
      Deprecated.
    • rotation

      protected double rotation
      Deprecated.
  • Constructor Details

    • DefaultStyle2D

      public DefaultStyle2D()
      Deprecated.
    • DefaultStyle2D

      public DefaultStyle2D(Paint p)
      Deprecated.
  • Method Details