public class LineBorderRender extends Object implements CellRender
| Modifier and Type | Class and Description |
|---|---|
static class |
LineBorderRender.Settings |
static class |
LineBorderRender.SideSettings |
| Modifier and Type | Field and Description |
|---|---|
protected Color |
bottomColor |
protected Stroke |
bottomStroke |
protected double |
inside |
protected Color |
leftColor |
protected Stroke |
leftStroke |
protected Color |
rightColor |
protected Stroke |
rightStroke |
protected Color |
topColor |
protected Stroke |
topStroke |
| Constructor and Description |
|---|
LineBorderRender() |
LineBorderRender(double width,
Color color) |
LineBorderRender(double width,
Color color,
float[] dash) |
LineBorderRender(LineBorderRender sample) |
protected Color leftColor
protected Stroke leftStroke
protected Color rightColor
protected Stroke rightStroke
protected Color topColor
protected Stroke topStroke
protected Color bottomColor
protected Stroke bottomStroke
protected double inside
public LineBorderRender()
public LineBorderRender(double width,
Color color)
public LineBorderRender(double width,
Color color,
float[] dash)
public LineBorderRender(LineBorderRender sample)
public LineBorderRender.Settings set()
public LineBorderRender reset()
public Color getLeftColor()
public void setLeftColor(Color leftColor)
public LineBorderRender leftColor(Color color)
public Stroke getLeftStroke()
public void setLeftStroke(Stroke leftStroke)
public LineBorderRender leftStroke(Stroke stroke)
public LineBorderRender leftStroke(float width, float... dash)
public LineBorderRender left(Color color, float width, float... dash)
public Color getRightColor()
public void setRightColor(Color rightColor)
public LineBorderRender rightColor(Color color)
public Stroke getRightStroke()
public void setRightStroke(Stroke stroke)
public LineBorderRender rightStroke(Stroke stroke)
public LineBorderRender rightStroke(float width, float... dash)
public LineBorderRender right(Color color, float width, float... dash)
public Color getTopColor()
public void setTopColor(Color topColor)
public LineBorderRender topColor(Color color)
public Stroke getTopStroke()
public void setTopStroke(Stroke stroke)
public LineBorderRender topStroke(Stroke stroke)
public LineBorderRender topStroke(float width, float... dash)
public LineBorderRender top(Color color, float width, float... dash)
public Color getBottomColor()
public void setBottomColor(Color bottomColor)
public LineBorderRender bottomColor(Color color)
public Stroke getBottomStroke()
public void setBottomStroke(Stroke stroke)
public LineBorderRender bottomStroke(Stroke stroke)
public LineBorderRender bottomStroke(float width, float... dash)
public LineBorderRender bottom(Color color, float width, float... dash)
public double getInside()
public void setInside(double inside)
public LineBorderRender inside(double inside)
public LineBorderRender clone()
CellRenderclone in interface CellRenderclone in class Objectpublic Rectangle2D cellRectangle(Graphics2D gs, CellContext context)
CellRendercellRectangle in interface CellRendergs - объект граф выводаcontext - Контекст отображенияpublic void cellRender(Graphics2D gs, CellContext context)
CellRendercellRender in interface CellRendergs - объект граф выводаcontext - Контекст отображенияCopyright © 2018. All rights reserved.