GUI
Interface Mortageable

All Known Implementing Classes:
GUICompanyCell, GUIStreet, GUITrainStation

public interface Mortageable

This is the interface of all the street instances that can be mortaged (and thus be unmortaged).

See Also:
GUIStreet, GUICompanyCell, GUITrainStation

Method Summary
 void mortage()
          Mortages the graphical representation of a mortagable graphical object (A part of the object will be colored grey).
 void unMortage()
          Mortages the graphical representation of a mortagable graphical object.
 

Method Detail

mortage

void mortage()
Mortages the graphical representation of a mortagable graphical object (A part of the object will be colored grey).


unMortage

void unMortage()
Mortages the graphical representation of a mortagable graphical object. (A part of the object will be colored with the default color (255,255,133).