Searched refs:getWeight (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/
H A DBenchInfo.java85 public float getWeight() { method in class:BenchInfo
H A DHtmlReporter.java89 float score = b.getTime() * b.getWeight();
H A DXmlReporter.java87 Double.toString(b.getTime() * b.getWeight()) : "-1";
H A DTextReporter.java93 float score = b.getTime() * b.getWeight();
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java661 if (values.getWeight() >= 2f) newStyle = BOLD;
760 if (values.getWeight() >= 2f) this.style |= BOLD; // not == 2f
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java98 public float getWeight() { return weight; } method in class:AttributeValues

Completed in 73 milliseconds