|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.table.BorderStyleManager
public final class BorderStyleManager
Class for managing collection of border styles.
Method Summary | |
---|---|
static BorderStyleManager |
createInternalInstance()
Internal method for creating style manager. |
BorderStyle |
findBorderStyle(StrokeFormat format)
Returns existing border style with the specified parameters. |
BorderStyle |
getBorderStyle(BorderStyleId borderStyleId)
Get existing border style with the specified id. |
java.util.List<BorderStyle> |
getBorderStyleList()
Get full collection of border styles. |
BorderStyle |
getDefaultBorderStyle()
Get default border style. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final BorderStyleManager createInternalInstance()
public BorderStyle getBorderStyle(BorderStyleId borderStyleId)
borderStyleId
- id of a border style to return.
public BorderStyle getDefaultBorderStyle()
public BorderStyle findBorderStyle(StrokeFormat format)
format
- stroke format to create border style from.
public java.util.List<BorderStyle> getBorderStyleList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |