|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antelmann.ooffice.CellBorder.Type
public static class CellBorder.Type
| Field Summary | |
|---|---|
Color |
color
black by default |
short |
innerLineWidth
contains the width of the inner part of a double line (in 1/100 mm). |
short |
lineDistance
contains the distance between the inner and outer parts of a double line (in 1/100 mm). |
short |
outerLineWidth
contains the width of a single line or the width of outer part of a double line (in 1/100 mm). |
| Constructor Summary | |
|---|---|
CellBorder.Type()
calls this(Color.black) |
|
CellBorder.Type(Color color)
null is allowed for a color |
|
CellBorder.Type(Color c,
short outerLineWidth,
short innerLineWidth,
short lineDistance)
|
|
| Method Summary | |
|---|---|
void |
setAllFrom(CellBorder.Type type)
copies the properties of the given object and applies them to this instance, so that its behavior in regards to the given object can be matched to the extend that the implementing class supports that behavior. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Color color
public short outerLineWidth
public short innerLineWidth
public short lineDistance
| Constructor Detail |
|---|
public CellBorder.Type()
public CellBorder.Type(Color color)
public CellBorder.Type(Color c,
short outerLineWidth,
short innerLineWidth,
short lineDistance)
| Method Detail |
|---|
public void setAllFrom(CellBorder.Type type)
Forgeable
setAllFrom in interface Forgeable<CellBorder.Type>type - the object whose behavior is to be copied to this instance
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||