|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.wms.GraphicContextFactory
| Constructor Summary | |
GraphicContextFactory()
|
|
| Method Summary | |
static java.awt.Graphics |
createGraphicContext(java.lang.String mimeType,
java.lang.Object target)
creates a graphic context for the passed target considering the passed mime type |
static java.lang.Object |
createGraphicTarget(java.lang.String mimeType,
int width,
int height)
creates a graphic target object for the passed mime type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphicContextFactory()
| Method Detail |
public static java.lang.Object createGraphicTarget(java.lang.String mimeType,
int width,
int height)
mimeType - mime type to create a object forwidth - width of the desired target objectheight - height of the desired target object
public static java.awt.Graphics createGraphicContext(java.lang.String mimeType,
java.lang.Object target)
mimeType - mime type of the graphic (target)target - object to render to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||