Searched defs:areas (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java35 * Once a Map has been created, and any number of areas have been added,
47 private Vector<RegionContainment> areas; field in class:Map
81 int numAreas = (areas != null) ? areas.size() : 0;
87 areas.removeElementAt(counter);
95 * Returns the AttributeSets representing the differet areas of the Map.
120 int numAreas = (areas != null) ? areas.size() : 0;
122 if (areas == null) {
123 areas
[all...]

Completed in 3398 milliseconds