Interface Handrail
public interface Handrail
Represents a handrail that can be a part of a 
Flight in stairs or ramps.- Since:
- 9.10.2
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classHandrail.SideDefines the side of the flight on which the handrail is located.
- 
Method SummaryModifier and Type Method Description MPolygon2dgetFootprint()Returns the footprint polygon of this handrail.doublegetHeight()Returns the height of the handrail.Handrail.SidegetSide()Returns the side of the handrail element.
- 
Method Details- 
getHeightdouble getHeight()Returns the height of the handrail.- Returns:
- the height of the handrail
- Since:
- 9.10.2
 
- 
getFootprintMPolygon2d getFootprint()Returns the footprint polygon of this handrail. The footprint polygon is the outline of the handrail when it is flattened to two dimensions.- Returns:
- the footprint polygon of this handrail
- Since:
- 9.10.2
 
- 
getSideHandrail.Side getSide()Returns the side of the handrail element. The side is as it is seen when walking from the bottom to the top of the flight.- Returns:
- the side the side of the handrail element
- Since:
- 9.10.2
 
 
-