Sweet Home 3D 4.1

Uses of Class
com.eteks.sweethome3d.model.DimensionLine

Packages that use DimensionLine
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. 
 

Uses of DimensionLine in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return DimensionLine
 DimensionLine DimensionLine.clone()
          Returns a clone of this dimension line.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type DimensionLine
 Collection<DimensionLine> Home.getDimensionLines()
          Returns an unmodifiable collection of the dimension lines of this home.
static List<DimensionLine> Home.getDimensionLinesSubList(List<? extends Selectable> items)
          Returns a sub list of items that contains only dimension lines.
 

Methods in com.eteks.sweethome3d.model with parameters of type DimensionLine
 void Home.addDimensionLine(DimensionLine dimensionLine)
          Adds the given dimension line to the set of dimension lines of this home.
 void Home.deleteDimensionLine(DimensionLine dimensionLine)
          Removes the given dimension line from the set of dimension lines of this home.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type DimensionLine
 void Home.addDimensionLinesListener(CollectionListener<DimensionLine> listener)
          Adds the dimension line listener in parameter to this home.
 void Home.removeDimensionLinesListener(CollectionListener<DimensionLine> listener)
          Removes the dimension line listener in parameter from this home.
 

Uses of DimensionLine in com.eteks.sweethome3d.swing
 

Method parameters in com.eteks.sweethome3d.swing with type arguments of type DimensionLine
 void PlanComponent.setDimensionLinesFeedback(List<DimensionLine> dimensionLines)
          Sets the given dimension lines to be drawn as feedback.
 void MultipleLevelsPlanPanel.setDimensionLinesFeedback(List<DimensionLine> dimensionLines)
          Sets the given dimension lines to be drawn as feedback.
 

Uses of DimensionLine in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return DimensionLine
protected  DimensionLine PlanController.createDimensionLine(float xStart, float yStart, float xEnd, float yEnd, float offset)
          Returns a new dimension instance joining (xStart, yStart) and (xEnd, yEnd) points.
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type DimensionLine
 void PlanController.addDimensionLines(List<DimensionLine> dimensionLines)
          Add dimensionLines to home and post an undoable new dimension line operation.
 void PlanView.setDimensionLinesFeedback(List<DimensionLine> dimensionLines)
          Sets the given dimension lines to be drawn as feedback.
 


Sweet Home 3D 4.1

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License