|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.modeler.export.ExporterDescriptor
public class ExporterDescriptor
This intermediate class handles the lazy loading of the exporter. With this class the class of the exporter is instanciated the first time the exporter is called but provides accessor for the general properties.
Field Summary | |
---|---|
static java.lang.String |
ATT_CLASS
|
static java.lang.String |
ATT_EXTENSION
|
static java.lang.String |
ATT_FORMAT
|
static java.lang.String |
TAG_EXPORTER
|
Method Summary | |
---|---|
IImageExporter |
getExporter()
Returns the class that export the figure as image. |
java.lang.String |
getExtension()
Returns the file extension for the genrated image |
java.lang.String |
getFormat()
Returns the format of the generated image |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TAG_EXPORTER
public static final java.lang.String ATT_FORMAT
public static final java.lang.String ATT_EXTENSION
public static final java.lang.String ATT_CLASS
Method Detail |
---|
public IImageExporter getExporter() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
- if there is an error while loading classpublic java.lang.String getExtension()
public java.lang.String getFormat()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.