|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export |
|---|
| Fields in info.bioinfweb.treegraph.graphics.export with type parameters of type GraphicFormat | |
|---|---|
private EnumMap<GraphicFormat,GraphicsFactory> |
GraphicWriterFactory.factories
|
| Methods in info.bioinfweb.treegraph.graphics.export that return GraphicFormat | |
|---|---|
GraphicFormat |
GraphicWriterFactory.formatByFileName(String name)
|
abstract GraphicFormat |
GraphicFilter.getFormat()
|
static GraphicFormat |
GraphicFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GraphicFormat[] |
GraphicFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in info.bioinfweb.treegraph.graphics.export with parameters of type GraphicFormat | |
|---|---|
GraphicFilter |
GraphicWriterFactory.getFilter(GraphicFormat f)
|
GraphicWriter |
GraphicWriterFactory.getWriter(GraphicFormat f)
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export.emf |
|---|
| Methods in info.bioinfweb.treegraph.graphics.export.emf that return GraphicFormat | |
|---|---|
GraphicFormat |
EMFFilter.getFormat()
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export.jpeg |
|---|
| Methods in info.bioinfweb.treegraph.graphics.export.jpeg that return GraphicFormat | |
|---|---|
GraphicFormat |
JPEGFilter.getFormat()
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export.pdf |
|---|
| Methods in info.bioinfweb.treegraph.graphics.export.pdf that return GraphicFormat | |
|---|---|
GraphicFormat |
PDFFilter.getFormat()
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export.png |
|---|
| Methods in info.bioinfweb.treegraph.graphics.export.png that return GraphicFormat | |
|---|---|
GraphicFormat |
PNGFilter.getFormat()
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export.svg |
|---|
| Methods in info.bioinfweb.treegraph.graphics.export.svg that return GraphicFormat | |
|---|---|
GraphicFormat |
SVGFilter.getFormat()
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.graphics.export.tiff |
|---|
| Methods in info.bioinfweb.treegraph.graphics.export.tiff that return GraphicFormat | |
|---|---|
GraphicFormat |
TIFFFilter.getFormat()
|
| Uses of GraphicFormat in info.bioinfweb.treegraph.gui.dialogs.exporttographic |
|---|
| Fields in info.bioinfweb.treegraph.gui.dialogs.exporttographic with type parameters of type GraphicFormat | |
|---|---|
private EnumMap<GraphicFormat,PreferencesPanel> |
PreferencesPanelFactory.panels
|
| Methods in info.bioinfweb.treegraph.gui.dialogs.exporttographic that return GraphicFormat | |
|---|---|
private GraphicFormat |
ExportToGraphicDialog.getFormat()
Returns the graphic format the user selected. |
| Methods in info.bioinfweb.treegraph.gui.dialogs.exporttographic with parameters of type GraphicFormat | |
|---|---|
PreferencesPanel |
PreferencesPanelFactory.getPanel(GraphicFormat format)
|
private void |
ExportToGraphicDialog.setPereferencesPanel(GraphicFormat format)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||