Package net.sourceforge.plantuml
Class FileFormatOption
java.lang.Object
net.sourceforge.plantuml.FileFormatOption
- All Implemented Interfaces:
java.io.Serializable
public final class FileFormatOption
extends java.lang.Object
implements java.io.Serializable
A FileFormat with some parameters.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileFormatOption
(FileFormat fileFormat) FileFormatOption
(FileFormat fileFormat, boolean withMetadata) -
Method Summary
Modifier and TypeMethodDescriptionjava.awt.geom.AffineTransform
Deprecated.getDefaultStringBounder
(SvgCharSizeHack charSizeHack) final FileFormat
final java.lang.String
final java.lang.String
double
getStyle()
java.lang.String
final TikzFontDistortion
final java.lang.String
void
boolean
final boolean
final boolean
void
setDebugSvek
(boolean debugsvek) java.lang.String
toString()
withHoverColor
(java.lang.String hoverColor) withPreserveAspectRatio
(java.lang.String preserveAspectRatio) withScale
(double scale) withStyle
(ThemeStyle style) withSvgLinkTarget
(java.lang.String svgLinkTarget) withTikzFontDistortion
(TikzFontDistortion tikzFontDistortion) withWartermark
(java.lang.String watermark) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FileFormatOption
-
FileFormatOption
-
-
Method Details
-
getScaleCoef
public double getScaleCoef() -
getDefaultStringBounder
-
getSvgLinkTarget
public java.lang.String getSvgLinkTarget() -
isWithMetadata
public final boolean isWithMetadata() -
getPreserveAspectRatio
public final java.lang.String getPreserveAspectRatio() -
withUseRedForError
-
withTikzFontDistortion
-
withSvgLinkTarget
-
withPreserveAspectRatio
-
withHoverColor
-
withScale
-
withWartermark
-
withStyle
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getFileFormat
-
getAffineTransform
@Deprecated public java.awt.geom.AffineTransform getAffineTransform()Deprecated. -
isUseRedForError
public final boolean isUseRedForError() -
setDebugSvek
public void setDebugSvek(boolean debugsvek) -
isDebugSvek
public boolean isDebugSvek() -
getHoverColor
public final java.lang.String getHoverColor() -
hideMetadata
public void hideMetadata() -
getTikzFontDistortion
-
getWatermark
public final java.lang.String getWatermark() -
getStyle
-