160161162163164165166
public JComponent getComponent(){ return station; } public CLocation getStationLocation() { return new CGridAreaLocation( this ); }
134135136137138139140
* Creates a new location representing a grid area. * @param area the area that is represented * @return the new location */ public static CGridAreaLocation normalized( CGridArea area ){ return new CGridAreaLocation( area ); }