|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.client.objecteditor.ContentViewer
org.fcrepo.client.objecteditor.SVGContentViewer
public class SVGContentViewer
Views content of SVG images in a JComponent.
| Constructor Summary | |
|---|---|
SVGContentViewer()
|
|
| Method Summary | |
|---|---|
JComponent |
getComponent()
Get the JComponent. |
String[] |
getTypes()
Returns a list of content types that this component can handle. |
void |
init(String type,
InputStream data,
boolean viewOnly)
Initializes the handler. |
void |
setContent(InputStream data)
Re-initializes the handler given new input data. |
| Methods inherited from class org.fcrepo.client.objecteditor.ContentViewer |
|---|
isEditor, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGContentViewer()
| Method Detail |
|---|
public JComponent getComponent()
getComponent in class ContentViewerpublic String[] getTypes()
getTypes in class ContentViewer
public void init(String type,
InputStream data,
boolean viewOnly)
throws IOException
init in class ContentViewerIOException
public void setContent(InputStream data)
throws IOException
setContent in class ContentViewerIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||