Constructs a House object with specified parameters.
The x-coordinate offset of the house.
The y-coordinate offset of the house.
Optional
strokeWidth: number = DEFAULT_STROKE_WIDTHThe stroke width of the house.
Optional
stories: number = DEFAULT_STORIESThe number of stories in the house.
Optional
rotation: number = DEFAULT_ROTATIONThe rotation of the house.
Optional
style: number = DEFAULT_STYLEThe style of the house.
Optional
hasRail: boolean = DEFAULT_HAS_RAILWhether the house has a rail.
An array of Elements.
Represents a complex SVG.
Implements