Unverified Commit 92f5de5c authored by Juon Kawakami's avatar Juon Kawakami 🥗
Browse files

init

parent a2a7748c
No related merge requests found
Showing with 18 additions and 0 deletions
+18 -0
File added
File added
File added
File added
File added
File added
File added
package maps.gml.view;
import maps.gml.GMLBuilding;
import rescuecore2.misc.gui.ScreenTransform;
import java.awt.Graphics2D;
/**
Interface for objects that know how to decorate GMLBuildings.
*/
public interface BuildingDecorator {
/**
Decorate a GMLBuilding.
@param building The building to decorate.
@param g The graphics to draw on.
@param transform The screen transform.
*/
void decorate(GMLBuilding building, Graphics2D g, ScreenTransform transform);
}
\ No newline at end of file
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment