Class LogFlowPictureMaker
- java.lang.Object
-
- io.jenkins.plugins.LogFlowVisualizer.LogFlowPictureMaker
-
public class LogFlowPictureMaker extends Object
-
-
Constructor Summary
Constructors Constructor Description LogFlowPictureMaker(int width, int height)LogFlowPictureMaker(int width, int height, Font font, Color backColor, Color textColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImagecreatePicture(List<LineOutput> lines)ColorgetBackColor()FontgetFont()intgetHeight()ColorgetTextColor()intgetWidth()voidsetHeight(int height)
-
-
-
Method Detail
-
getFont
public Font getFont()
-
getBackColor
public Color getBackColor()
-
getTextColor
public Color getTextColor()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
createPicture
public BufferedImage createPicture(List<LineOutput> lines)
-
-