|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.micropainter.map.layer.AbstractMapLayer
org.micropainter.map.layer.background.BackgroundLayer
public class BackgroundLayer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.micropainter.map.layer.AbstractMapLayer |
|---|
AbstractMapLayer.Antialiasing, AbstractMapLayer.Fractional, AbstractMapLayer.Interpolation |
| Field Summary | |
|---|---|
private java.awt.Color |
background
|
private boolean |
opaque
|
| Constructor Summary | |
|---|---|
BackgroundLayer()
|
|
| Method Summary | |
|---|---|
void |
doPaintLayer(Map2D map2D)
|
java.awt.Color |
getBackground()
|
boolean |
isOpaque()
|
void |
setBackground(java.awt.Color background)
|
void |
setOpaque(boolean opaque)
|
| Methods inherited from class org.micropainter.map.layer.AbstractMapLayer |
|---|
clearLayer, clearPrimitives, getAntialiasing, getFractional, getGeoBound, getInterpolation, getProjection2D, isLock, lock, paint, project, registerPrimitive, setAntialiasing, setFractionalMetrics, setGeoBound, setInterpolation, setProjection2D, unlock |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean opaque
private java.awt.Color background
| Constructor Detail |
|---|
public BackgroundLayer()
| Method Detail |
|---|
public boolean isOpaque()
public void setOpaque(boolean opaque)
public java.awt.Color getBackground()
public void setBackground(java.awt.Color background)
public void doPaintLayer(Map2D map2D)
doPaintLayer in class AbstractMapLayer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||