Class PicAdditional
- java.lang.Object
-
- org.processmining.trafficlightcc.visualization.trafficlight.InOutInLayoutableElement
-
- org.processmining.trafficlightcc.visualization.trafficlight.PicDiagnostic
-
- org.processmining.trafficlightcc.visualization.trafficlight.PicAdditional
-
public final class PicAdditional extends PicDiagnostic
Symbol: |--| | | | | ==== ==== | | ==== ==== | | | | |--|
-
-
Field Summary
Fields Modifier and Type Field Description static floatfactor-
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 PicAdditional(float maxArea, float defaultAreaAbsentMetric, float defaultAreaZeroMetric, java.util.Optional<java.lang.Float> metricValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd2SVG(com.kitfox.svg.SVGElement svgEl)java.lang.StringgetColor()The color for this triangle if the metric is present and non-zero.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, getColorPlot, getFillOpacity, getPicArea
-
Methods inherited from class org.processmining.trafficlightcc.visualization.trafficlight.InOutInLayoutableElement
finalPositionUpdate, getLayoutInfo, processExternalDimensions
-
-
-
-
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
-
getColor
public java.lang.String getColor()
Description copied from class:PicDiagnosticThe color for this triangle if the metric is present and non-zero.- Specified by:
getColorin classPicDiagnostic- Returns:
- Color string
-
add2SVG
public void add2SVG(com.kitfox.svg.SVGElement svgEl) throws com.kitfox.svg.SVGElementException- Specified by:
add2SVGin classInOutInLayoutableElement- Throws:
com.kitfox.svg.SVGElementException
-
-