|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
public class MapCSSRule
| Field Summary | |
|---|---|
java.util.List<Instruction> |
declaration
|
java.util.List<Selector> |
selectors
|
| Constructor Summary | |
|---|---|
MapCSSRule(java.util.List<Selector> selectors,
java.util.List<Instruction> declaration)
|
|
| Method Summary | |
|---|---|
void |
execute(Environment env)
Executes the instructions against the environment env |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<Selector> selectors
public java.util.List<Instruction> declaration
| Constructor Detail |
|---|
public MapCSSRule(java.util.List<Selector> selectors,
java.util.List<Instruction> declaration)
| Method Detail |
|---|
public void execute(Environment env)
Executes the instructions against the environment env
env - the environmentpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||