Package | Description |
---|---|
org.tanjakostic.jcleancim.builder | |
org.tanjakostic.jcleancim.builder.ea |
Classes responsible for building in-memory UML model from EA repository (.eap model file).
|
org.tanjakostic.jcleancim.util |
Modifier and Type | Method and Description |
---|---|
java.io.File |
DiagramExporter.saveToFile(UmlObjectBuilder<?> dia,
Util.ImageFormat format,
boolean throughClipboard)
Copies diagram
dia to a file with format , in the pics output
directory (per configuration) and returns the created file. |
java.io.File |
AbstractDiagramExporter.saveToFile(UmlObjectBuilder<?> dia,
Util.ImageFormat format,
boolean throughClipboard)
Copies diagram
dia to a file with format , in the pics output
directory (per configuration) and returns the created file. |
Modifier and Type | Field and Description |
---|---|
static Util.ImageFormat |
DiagramBuilder.DEFAULT_FILE_FORMAT |
Modifier and Type | Method and Description |
---|---|
static Util.ImageFormat |
Util.ImageFormat.getDefault()
Default is
PNG . |
static Util.ImageFormat |
Util.ImageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Util.ImageFormat[] |
Util.ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.io.File |
Util.createTempImageFile(java.lang.String dirAbsPath,
java.lang.String fileName,
Util.ImageFormat format,
boolean deleteOnExit)
Creates file in the given directory (or in default OS tmp directory) and returns the result.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic