Package | Description |
---|---|
com.scroogexhtml.converter |
Provides the main converter classes.
|
com.scroogexhtml.pictures |
Provides embedded picture support classes.
|
com.scroogexhtml.xmldom |
Provides a 'document object model' based on javax.xml.
|
Modifier and Type | Method and Description |
---|---|
void |
Writer.addPicture(EmbeddedPicture value) |
Modifier and Type | Method and Description |
---|---|
EmbeddedPicture |
PictureAdapter.finalizePicture()
The converter will call this method every time when it reaches the end of
an embedded picture.
|
EmbeddedPicture |
MemoryPictureAdapterBase64.finalizePicture()
Returns the EmbeddedPicture.
|
EmbeddedPicture |
MemoryPictureAdapter.finalizePicture() |
EmbeddedPicture |
PictureAdapter.getCurrentPicture()
For internal use only.
|
EmbeddedPicture |
MemoryPictureAdapter.getCurrentPicture() |
Modifier and Type | Method and Description |
---|---|
Map<String,EmbeddedPicture> |
PictureAdapter.getPictures()
Return the map of the pictures in the current document.
|
Map<String,EmbeddedPicture> |
MemoryPictureAdapter.getPictures() |
Modifier and Type | Method and Description |
---|---|
void |
XMLDOMWriter.addPicture(EmbeddedPicture picture) |
Copyright © 2019 Habarisoft. All rights reserved.