Class PicDiagnosticBlockTriangle
- java.lang.Object
-
- org.processmining.trafficlightcc.visualization.trafficlight.InOutInLayoutableElement
-
- org.processmining.trafficlightcc.visualization.trafficlight.PicDiagnostic
-
- org.processmining.trafficlightcc.visualization.trafficlight.PicDiagnosticBlockTriangle
-
public abstract class PicDiagnosticBlockTriangle extends PicDiagnostic
Symbol |==========|- | | - | | - | | - |==========|-- Author:
- brockhoff
-
-
Field Summary
Fields Modifier and Type Field Description static floatf1Factor between base line length and length of short of the rectanglestatic floatf2Factor between short of the rectangle and height of the triangle-
Fields inherited from class org.processmining.trafficlightcc.visualization.trafficlight.PicDiagnostic
defaultAreaAbsentMetric, defaultAreaZeroMetric, maxArea, metricValue
-
Fields inherited from class org.processmining.trafficlightcc.visualization.trafficlight.InOutInLayoutableElement
fixDim, layoutInfo
-
-
Constructor Summary
Constructors Constructor Description PicDiagnosticBlockTriangle(float maxArea, float defaultAreaAbsentMetric, float defaultAreaZeroMetric, java.util.Optional<java.lang.Float> metricValue, PicOrientation orient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd2SVG(com.kitfox.svg.SVGElement svgEl)voidinitInternalLayout()Init the internal layout (in particular, width and height of the element)voidwriteSVG(java.lang.StringBuilder builder)-
Methods inherited from class org.processmining.trafficlightcc.visualization.trafficlight.PicDiagnostic
applyColoring, applyIntraPicShift, applyIntraPicShift, getColor, getColorPlot, getFillOpacity, getPicArea
-
Methods inherited from class org.processmining.trafficlightcc.visualization.trafficlight.InOutInLayoutableElement
finalPositionUpdate, getLayoutInfo, processExternalDimensions
-
-
-
-
Constructor Detail
-
PicDiagnosticBlockTriangle
public PicDiagnosticBlockTriangle(float maxArea, float defaultAreaAbsentMetric, float defaultAreaZeroMetric, java.util.Optional<java.lang.Float> metricValue, PicOrientation orient)
-
-
Method Detail
-
initInternalLayout
public void initInternalLayout()
Description copied from class:InOutInLayoutableElementInit the internal layout (in particular, width and height of the element)- Specified by:
initInternalLayoutin classInOutInLayoutableElement
-
writeSVG
public void writeSVG(java.lang.StringBuilder builder)
- Specified by:
writeSVGin classInOutInLayoutableElement
-
add2SVG
public void add2SVG(com.kitfox.svg.SVGElement svgEl) throws com.kitfox.svg.SVGElementException- Specified by:
add2SVGin classInOutInLayoutableElement- Throws:
com.kitfox.svg.SVGElementException
-
-