Uses of Class
org.openstreetmap.josm.gui.mappaint.Environment

Packages that use Environment
org.openstreetmap.josm.gui.mappaint   
org.openstreetmap.josm.gui.mappaint.mapcss   
 

Uses of Environment in org.openstreetmap.josm.gui.mappaint
 

Methods in org.openstreetmap.josm.gui.mappaint that return Environment
 Environment Environment.withChild(OsmPrimitive child)
           
 Environment Environment.withContext(Condition.Context context)
           
 Environment Environment.withIndex(int index)
           
 Environment Environment.withLinkContext()
           
 Environment Environment.withParent(OsmPrimitive parent)
           
 Environment Environment.withPrimitive(OsmPrimitive osm)
           
 

Methods in org.openstreetmap.josm.gui.mappaint with parameters of type Environment
static NodeElemStyle NodeElemStyle.create(Environment env)
           
static LineTextElemStyle LineTextElemStyle.create(Environment env)
           
static LinePatternElemStyle LinePatternElemStyle.create(Environment env)
           
static BoxTextElemStyle BoxTextElemStyle.create(Environment env, BoxTextElemStyle.BoxProvider boxProvider)
           
static BoxTextElemStyle BoxTextElemStyle.create(Environment env, BoxTextElemStyle.BoxProvider boxProvider, java.awt.Rectangle box)
           
private static NodeElemStyle NodeElemStyle.create(Environment env, float default_major_z_index, boolean allowDefault)
           
static BoxTextElemStyle BoxTextElemStyle.create(Environment env, java.awt.Rectangle box)
           
static LineElemStyle LineElemStyle.createCasing(Environment env)
           
private static MapImage NodeElemStyle.createIcon(Environment env)
           
private static LineElemStyle LineElemStyle.createImpl(Environment env, LineElemStyle.LineType type)
           
static LineElemStyle LineElemStyle.createLeftCasing(Environment env)
           
static LineElemStyle LineElemStyle.createLine(Environment env)
           
static LineElemStyle LineElemStyle.createRightCasing(Environment env)
           
private static NodeElemStyle.Symbol NodeElemStyle.createSymbol(Environment env)
           
 

Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type Environment
Environment(Environment other)
          Creates a clone of the environment other
 

Uses of Environment in org.openstreetmap.josm.gui.mappaint.mapcss
 

Fields in org.openstreetmap.josm.gui.mappaint.mapcss declared as Environment
private  Environment Selector.ChildOrParentSelector.MatchingReferrerFinder.e
           
(package private)  Environment Expression.FunctionExpression.EvalFunctions.env
           
 

Methods in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type Environment
abstract  boolean Condition.applies(Environment e)
           
 boolean Condition.KeyValueCondition.applies(Environment env)
           
 boolean Condition.RoleCondition.applies(Environment env)
           
 boolean Condition.IndexCondition.applies(Environment env)
           
 boolean Condition.KeyCondition.applies(Environment e)
           
 boolean Condition.PseudoClassCondition.applies(Environment e)
           
 boolean Condition.ExpressionCondition.applies(Environment env)
           
 boolean Condition.PseudoClassCondition.appliesImpl(Environment e)
           
 java.lang.Object Expression.evaluate(Environment env)
           
 java.lang.Object Expression.LiteralExpression.evaluate(Environment env)
           
 java.lang.Object Expression.FunctionExpression.evaluate(Environment env)
           
abstract  void Instruction.execute(Environment env)
           
 void Instruction.AssignmentInstruction.execute(Environment env)
           
 void MapCSSRule.execute(Environment env)
          Executes the instructions against the environment env
 boolean Selector.matches(Environment env)
          Apply the selector to the primitive and check if it matches.
 boolean Selector.ChildOrParentSelector.matches(Environment e)
           
 boolean Selector.LinkSelector.matches(Environment env)
           
 boolean Selector.GeneralSelector.matches(Environment e)
           
 boolean Selector.GeneralSelector.matchesBase(Environment e)
           
 boolean Selector.GeneralSelector.matchesConditions(Environment e)
           
 

Constructors in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type Environment
Selector.ChildOrParentSelector.MatchingReferrerFinder(Environment e)
          Constructor
 



JOSM