Package net.sourceforge.plantuml
Class FileFormatOption
- java.lang.Object
-
- net.sourceforge.plantuml.FileFormatOption
-
- All Implemented Interfaces:
java.io.Serializable
public class FileFormatOption extends java.lang.Object implements java.io.SerializableA FileFormat with some parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileFormatOption(FileFormat fileFormat)FileFormatOption(FileFormat fileFormat, boolean withMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.AffineTransformgetAffineTransform()StringBoundergetDefaultStringBounder()FileFormatgetFileFormat()java.lang.StringgetHoverColor()java.lang.StringgetSvgLinkTarget()TikzFontDistortiongetTikzFontDistortion()voidhideMetadata()booleanisDebugSvek()booleanisUseRedForError()booleanisWithMetadata()voidsetDebugSvek(boolean debugsvek)java.lang.StringtoString()FileFormatOptionwithHoverColor(java.lang.String hoverColor)FileFormatOptionwithSvgLinkTarget(java.lang.String svgLinkTarget)FileFormatOptionwithTikzFontDistortion(TikzFontDistortion tikzFontDistortion)FileFormatOptionwithUseRedForError()
-
-
-
Constructor Detail
-
FileFormatOption
public FileFormatOption(FileFormat fileFormat)
-
FileFormatOption
public FileFormatOption(FileFormat fileFormat, boolean withMetadata)
-
-
Method Detail
-
getDefaultStringBounder
public StringBounder getDefaultStringBounder()
-
getSvgLinkTarget
public java.lang.String getSvgLinkTarget()
-
isWithMetadata
public final boolean isWithMetadata()
-
withUseRedForError
public FileFormatOption withUseRedForError()
-
withTikzFontDistortion
public FileFormatOption withTikzFontDistortion(TikzFontDistortion tikzFontDistortion)
-
withSvgLinkTarget
public FileFormatOption withSvgLinkTarget(java.lang.String svgLinkTarget)
-
withHoverColor
public FileFormatOption withHoverColor(java.lang.String hoverColor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getFileFormat
public final FileFormat getFileFormat()
-
getAffineTransform
public java.awt.geom.AffineTransform getAffineTransform()
-
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
public final TikzFontDistortion getTikzFontDistortion()
-
-