Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
Polyline.ArrowStyle |
Polyline.getEndArrowStyle()
Returns the arrow style at the end of this polyline.
|
Polyline.ArrowStyle |
Polyline.getStartArrowStyle()
Returns the arrow style at the start of this polyline.
|
static Polyline.ArrowStyle |
Polyline.ArrowStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Polyline.ArrowStyle[] |
Polyline.ArrowStyle.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.setEndArrowStyle(Polyline.ArrowStyle endArrowStyle)
Sets the arrow style at the end of this polyline.
|
void |
Polyline.setStartArrowStyle(Polyline.ArrowStyle startArrowStyle)
Sets the arrow style at the start of this polyline.
|
Constructor and Description |
---|
Polyline(float[][] points,
float thickness,
Polyline.CapStyle capStyle,
Polyline.JoinStyle joinStyle,
Polyline.DashStyle dashStyle,
float dashOffset,
Polyline.ArrowStyle startArrowStyle,
Polyline.ArrowStyle endArrowStyle,
boolean closedPath,
int color)
Creates a polyline from the given coordinates.
|
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.
|
Polyline(java.lang.String id,
float[][] points,
float thickness,
Polyline.CapStyle capStyle,
Polyline.JoinStyle joinStyle,
Polyline.DashStyle dashStyle,
float dashOffset,
Polyline.ArrowStyle startArrowStyle,
Polyline.ArrowStyle endArrowStyle,
boolean closedPath,
int color)
Creates a polyline from the given coordinates.
|
Modifier and Type | Method and Description |
---|---|
Polyline.ArrowStyle |
PolylineController.getEndArrowStyle()
Returns the edited end arrow style.
|
Polyline.ArrowStyle |
PolylineController.getStartArrowStyle()
Returns the edited start arrow style.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylineController.setEndArrowStyle(Polyline.ArrowStyle endArrowStyle)
Sets the edited end arrow style.
|
void |
PolylineController.setStartArrowStyle(Polyline.ArrowStyle startArrowStyle)
Sets the edited start arrow style.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License