Package net.sourceforge.plantuml.svek
Class GraphvizCrash
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.svek.GraphvizCrash
- All Implemented Interfaces:
Hideable
,TextBlock
,UDrawable
,UShape
,IEntityImage
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
Constructor Summary
ConstructorDescriptionGraphvizCrash
(String text, boolean graphviz244onWindows, Throwable rootCause) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addDecodeHint
(List<String> strings) static void
addProperties
(List<String> strings) anErrorHasOccured
(Throwable exception, String text) calculateDimension
(StringBounder stringBounder) static void
checkOldVersionWarning
(List<String> strings) void
double
getOverscanX
(StringBounder stringBounder) getShield
(StringBounder stringBounder) boolean
isHidden()
static void
pleaseGoTo
(List<String> strings) static void
thisMayBeCaused
(List<String> strings) static void
youShouldSendThisDiagram
(List<String> strings) Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getInnerPosition, getMagneticBorder, getMinMax
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.svek.IEntityImage
getMagneticBorder
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getInnerPosition, getMinMax
-
Constructor Details
-
GraphvizCrash
-
-
Method Details
-
anErrorHasOccured
-
checkOldVersionWarning
-
pleaseGoTo
-
youShouldSendThisDiagram
-
thisMayBeCaused
-
addDecodeHint
-
addProperties
-
isHidden
public boolean isHidden() -
getBackcolor
- Specified by:
getBackcolor
in interfaceTextBlock
- Overrides:
getBackcolor
in classAbstractTextBlock
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
-
getShapeType
- Specified by:
getShapeType
in interfaceIEntityImage
-
getShield
- Specified by:
getShield
in interfaceIEntityImage
-
getOverscanX
- Specified by:
getOverscanX
in interfaceIEntityImage
-