org.vectomatic.common.format
Class DrawingFormat

java.lang.Object
  extended by org.vectomatic.common.format.DrawingFormat

public class DrawingFormat
extends Object

Class to represent graphic formats


Field Summary
static DrawingFormat NATIVE
           
static DrawingFormat PNG
           
static DrawingFormat SVG11
           
static DrawingFormat SVG12
           
 
Method Summary
static DrawingFormat fromDescription(String description)
           
 String getDescription()
           
 String getExtension()
           
 String getMimeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SVG11

public static final DrawingFormat SVG11

SVG12

public static final DrawingFormat SVG12

PNG

public static final DrawingFormat PNG

NATIVE

public static final DrawingFormat NATIVE
Method Detail

fromDescription

public static DrawingFormat fromDescription(String description)

getMimeType

public String getMimeType()

getDescription

public String getDescription()

getExtension

public String getExtension()


Copyright © 2010. All Rights Reserved.