:: com :: sun :: star :: drawing ::
|
enum DashStyle |
- Description
- This enumeration defines the style of a dash on a line.
|
Values |
RECT |
the dash is a rectangle
|
ROUND |
the dash is a point
|
RECTRELATIVE |
the dash is a rectangle, with the size of the dash given in
relation to the length of the line
|
ROUNDRELATIVE |
the dash is a point, with the size of the dash given in relation
to the length of the line
|
Values' Details |
RECT
RECT,
- Description
- the dash is a rectangle
|
|
ROUND
ROUND,
- Description
- the dash is a point
|
|
RECTRELATIVE
RECTRELATIVE,
- Description
- the dash is a rectangle, with the size of the dash given in
relation to the length of the line
|
|
ROUNDRELATIVE
ROUNDRELATIVE,
- Description
- the dash is a point, with the size of the dash given in relation
to the length of the line
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.