Package gui

Class Station

java.lang.Object
gui.Station
All Implemented Interfaces:
MapEntry

public class Station extends Object implements MapEntry
  • Constructor Details

    • Station

      public Station(Point pos, Color color)
    • Station

      public Station(Point pos)
    • Station

      public Station(int x, int y, Color color)
    • Station

      public Station(int x, int y)
  • Method Details

    • getPos

      public Point getPos()
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • type

      public String type()
      Specified by:
      type in interface MapEntry