Class Index | File Index

Classes


Class Baseboard


Defined in: SweetHome3D.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Baseboard(thickness, height, color, texture)
Creates a baseboard.
Method Summary
Method Attributes Method Name and Description
 
equals(object)
Returns true if this baseboard is equal to object.
 
Returns the color of this baseboard.
 
Returns the height of this baseboard.
<static>  
Baseboard.getInstance(thickness, height, color, texture)
Returns an instance of this class matching the given parameters.
 
Returns the texture of this baseboard.
 
Returns the thickness of this baseboard.
 
Returns a hash code for this baseboard.
Class Detail
Baseboard(thickness, height, color, texture)
Creates a baseboard.
Author: Emmanuel Puybaret.
Parameters:
{number} thickness
{number} height
{number} color
{HomeTexture} texture
Method Detail
{boolean} equals(object)
Returns true if this baseboard is equal to object.
Parameters:
{Object} object
Returns:
{boolean}

{number} getColor()
Returns the color of this baseboard.
Returns:
{number}

{number} getHeight()
Returns the height of this baseboard.
Returns:
{number}

<static> {Baseboard} Baseboard.getInstance(thickness, height, color, texture)
Returns an instance of this class matching the given parameters.
Parameters:
{number} thickness
{number} height
{number} color
{HomeTexture} texture
Returns:
{Baseboard}

{HomeTexture} getTexture()
Returns the texture of this baseboard.
Returns:
{HomeTexture}

{number} getThickness()
Returns the thickness of this baseboard.
Returns:
{number}

{number} hashCode()
Returns a hash code for this baseboard.
Returns:
{number}

© Copyright 2024 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Thu Apr 04 2024 17:30:25 GMT+0200 (CEST)