Package | Description |
---|---|
com.eteks.sweethome3d.io |
Implements how to read and write
homes and
user preferences created in
model classes of Sweet Home 3D.
|
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 |
---|---|
protected void |
HomeXMLHandler.setPolylineAttributes(Polyline polyline,
String elementName,
Map<String,String> attributes)
Sets the attributes of the given
polyline . |
protected void |
HomeXMLExporter.writePolyline(XMLWriter writer,
Polyline polyline)
Writes in XML the
polyline object with the given writer . |
Modifier and Type | Method and Description |
---|---|
Polyline |
Polyline.clone()
Returns a clone of this polyline.
|
Modifier and Type | Method and Description |
---|---|
List<Polyline> |
Home.getPolylines()
Returns an unmodifiable collection of the polylines of this home.
|
static List<Polyline> |
Home.getPolylinesSubList(List<? extends Selectable> items)
Returns a sub list of
items that contains only labels. |
Modifier and Type | Method and Description |
---|---|
void |
Home.addPolyline(Polyline polyline)
Adds a given
polyline at the end of the polylines list of this home. |
void |
Home.addPolyline(Polyline polyline,
int index)
Adds a
polyline at a given index of the set of polylines of this home. |
void |
Home.deletePolyline(Polyline polyline)
Removes a given
polyline from the set of polylines of this home. |
Modifier and Type | Method and Description |
---|---|
void |
Home.addPolylinesListener(CollectionListener<Polyline> listener)
Adds the polyline
listener in parameter to this home. |
void |
Home.removePolylinesListener(CollectionListener<Polyline> listener)
Removes the polyline
listener in parameter from this home. |
Modifier and Type | Method and Description |
---|---|
void |
PlanController.addPolylines(List<Polyline> polylines)
Add
newPolylines to home and post an undoable new polyline line operation. |
© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License