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 BufferedImage
createPicture(List<LineOutput> lines)
Color
getBackColor()
Font
getFont()
int
getHeight()
Color
getTextColor()
int
getWidth()
void
setHeight(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)
-
-