|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.util.GraphicsUtils
public class GraphicsUtils
Graphics-related utilities.
| Constructor Summary | |
|---|---|
GraphicsUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isFontName(java.lang.String name)
Tests whether the specified name is the name of a font in the current graphical environment. |
static boolean |
isGraphicalEnvironment()
Tests whether the current environment supports graphical operations (ie. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphicsUtils()
| Method Detail |
|---|
public static boolean isGraphicalEnvironment()
return - Returns true if this is a graphical environment - ie. if
we can perform AWT graphical operations in this environment.public static boolean isFontName(java.lang.String name)
name - The name of the font to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||