entitiesVISIBILITY_SUFFIX, worldcomponent| Constructor and Description |
|---|
RoadLayer()
Construct a road rendering 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(Road r,
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 paintShape(Road r, java.awt.Polygon shape, java.awt.Graphics2D g)
AreaLayerpaintShape in class AreaLayer<Road>r - The area.shape - The overall polygon.g - The graphics to paint on.