Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.swing |
Implements views created by Sweet Home 3D controllers
with Swing components.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
Polyline.CapStyle |
Polyline.getCapStyle()
Returns the cap style of this polyline.
|
static Polyline.CapStyle |
Polyline.CapStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Polyline.CapStyle[] |
Polyline.CapStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Polyline.setCapStyle(Polyline.CapStyle capStyle)
Sets the cap style of this polyline.
|
Constructor and Description |
---|
Polyline(float[][] points,
float thickness,
Polyline.CapStyle capStyle,
Polyline.JoinStyle joinStyle,
Polyline.DashStyle dashStyle,
Polyline.ArrowStyle startArrowStyle,
Polyline.ArrowStyle endArrowStyle,
boolean closedPath,
int color)
Creates a polyline from the given coordinates.
|
Modifier and Type | Method and Description |
---|---|
static Stroke |
SwingTools.getStroke(float thickness,
Polyline.CapStyle capStyle,
Polyline.JoinStyle joinStyle,
Polyline.DashStyle dashStyle)
Returns the line stroke matching the given line styles.
|
Modifier and Type | Method and Description |
---|---|
Polyline.CapStyle |
PolylineController.getCapStyle()
Returns the edited capStyle.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylineController.setCapStyle(Polyline.CapStyle capStyle)
Sets the edited capStyle.
|
© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License