Package net.sourceforge.plantuml.svek
Class GraphvizCrash
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.svek.GraphvizCrash
- All Implemented Interfaces:
TextBlock
,UDrawable
,Hideable
,IEntityImage
,TextBlockBackcolored
,UShape
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
Constructor Summary
ConstructorsConstructorDescriptionGraphvizCrash
(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.graphic.AbstractTextBlock
getInnerPosition, 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.graphic.TextBlock
getInnerPosition, getMinMax
-
Constructor Details
-
GraphvizCrash
-
-
Method Details
-
anErrorHasOccured
-
checkOldVersionWarning
-
pleaseGoTo
-
youShouldSendThisDiagram
-
thisMayBeCaused
-
addDecodeHint
-
addProperties
-
isHidden
public boolean isHidden() -
getBackcolor
- Specified by:
getBackcolor
in interfaceTextBlockBackcolored
-
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
-