Uses of Class
org.pentaho.reporting.engine.classic.core.style.BorderStyle
-
-
Uses of BorderStyle in org.pentaho.reporting.engine.classic.core.elementfactory
Methods in org.pentaho.reporting.engine.classic.core.elementfactory that return BorderStyle Modifier and Type Method Description BorderStyle
ElementFactory. getBorderBottomStyle()
Returns the defined bottom border-style for the element.BorderStyle
ElementFactory. getBorderBreakStyle()
Returns the defined break border-style for the element.BorderStyle
ElementFactory. getBorderLeftStyle()
Returns the defined left border-style for the element.BorderStyle
ElementFactory. getBorderRightStyle()
Returns the defined right border-style for the element.BorderStyle
ElementFactory. getBorderStyle()
Returns the defined global border-style for the element.BorderStyle
ElementFactory. getBorderTopStyle()
Returns the defined top border-style for the element.Methods in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type BorderStyle Modifier and Type Method Description void
ElementFactory. setBorderBottomStyle(BorderStyle borderBottomStyle)
Defines the bottom border-style for the element.void
ElementFactory. setBorderBreakStyle(BorderStyle borderBreakStyle)
Defines the break border-style for the element.void
ElementFactory. setBorderLeftStyle(BorderStyle borderLeftStyle)
Defines the left border-style for the element.void
ElementFactory. setBorderRightStyle(BorderStyle borderRightStyle)
Defines the right border-style for the element.void
ElementFactory. setBorderStyle(BorderStyle borderStyle)
Defines the global border-style for the element.void
ElementFactory. setBorderTopStyle(BorderStyle borderTopStyle)
Defines the top border-style for the element. -
Uses of BorderStyle in org.pentaho.reporting.engine.classic.core.layout.model
Methods in org.pentaho.reporting.engine.classic.core.layout.model that return BorderStyle Modifier and Type Method Description BorderStyle
BorderEdge. getBorderStyle()
Constructors in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type BorderStyle Constructor Description BorderEdge(BorderStyle borderStyle, Color color, long width)
-
Uses of BorderStyle in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper with parameters of type BorderStyle Modifier and Type Method Description protected static org.apache.poi.ss.usermodel.BorderStyle
HSSFCellStyleProducer. translateStroke(BorderStyle borderStyle, long widthRaw)
Tries to translate the given stroke width into one of the predefined excel border styles. -
Uses of BorderStyle in org.pentaho.reporting.engine.classic.core.style
Fields in org.pentaho.reporting.engine.classic.core.style declared as BorderStyle Modifier and Type Field Description static BorderStyle
BorderStyle. DASHED
static BorderStyle
BorderStyle. DOT_DASH
static BorderStyle
BorderStyle. DOT_DOT_DASH
static BorderStyle
BorderStyle. DOTTED
static BorderStyle
BorderStyle. DOUBLE
static BorderStyle
BorderStyle. GROOVE
static BorderStyle
BorderStyle. HIDDEN
static BorderStyle
BorderStyle. INSET
static BorderStyle
BorderStyle. NONE
static BorderStyle
BorderStyle. OUTSET
static BorderStyle
BorderStyle. RIDGE
static BorderStyle
BorderStyle. SOLID
static BorderStyle
BorderStyle. WAVE
Methods in org.pentaho.reporting.engine.classic.core.style that return BorderStyle Modifier and Type Method Description static BorderStyle
BorderStyle. getBorderStyle(String type)
-
Uses of BorderStyle in org.pentaho.reporting.engine.classic.core.util
Methods in org.pentaho.reporting.engine.classic.core.util that return BorderStyle Modifier and Type Method Description static BorderStyle
StrokeUtility. translateStrokeStyle(Stroke s)
-