Searched refs:getModifierValueName (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DModifier.java54 public String getModifierValueName(Object val); method in interface:Modifier
H A DDestinations.java114 return "to "+getModifierValueName(val);
124 public String getModifierValueName(Object val) { method in class:Destinations.Screen
138 public String getModifierValueName(Object val) { method in class:Destinations.OffScreen
191 public String getModifierValueName(Object val) { method in class:Destinations.CompatImg
213 public String getModifierValueName(Object val) { method in class:Destinations.VolatileImg
268 public String getModifierValueName(Object val) { method in class:Destinations.BufImg
290 public String getModifierValueName(Object val) { method in class:Destinations.CustomImg
H A DGroup.java316 public String getModifierValueName(Object val) { method in class:Group.EnableSet
318 return oe.getModifierValueName(Boolean.TRUE);
H A DResult.java449 String val = mod.getModifierValueName(v);
H A DOption.java98 public String getModifierValueName(Object val) { method in class:Option
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputTests.java151 return getModifierValueName(value);
154 public String getModifierValueName(Object val) { method in class:OutputTests.OutputType
H A DInputTests.java156 return getModifierValueName(value);
159 public String getModifierValueName(Object val) { method in class:InputTests.InputType
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DPixelTests.java222 public String getModifierValueName(Object val) { method in class:PixelTests.BufImg
H A DImageTests.java500 return "from "+getModifierValueName(value);
503 public String getModifierValueName(Object val) { method in class:ImageTests.DrawableImage

Completed in 51 milliseconds