entitiesVISIBILITY_SUFFIX, worldcomponent| Constructor and Description |
|---|
BuildingLayer()
Construct a building view layer.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of this layer.
|
protected void |
paintEdge(Edge e,
java.awt.Graphics2D g,
ScreenTransform t)
Paint an individual edge.
|
protected void |
paintShape(Building b,
java.awt.Polygon shape,
java.awt.Graphics2D g)
Paint the overall shape.
|
postView, preView, render, view, viewObjectinitialisegetPopupMenuItems, isVisible, processView, setLayerViewComponent, setVisiblepublic java.lang.String getName()
ViewLayerprotected void paintEdge(Edge e, java.awt.Graphics2D g, ScreenTransform t)
AreaLayerprotected void paintShape(Building b, java.awt.Polygon shape, java.awt.Graphics2D g)
AreaLayerpaintShape in class AreaLayer<Building>b - The area.shape - The overall polygon.g - The graphics to paint on.