|
Sweet Home 3D 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eteks.sweethome3d.model.HomeMaterial
public class HomeMaterial
The color and other properties of a material.
Constructor Summary | |
---|---|
HomeMaterial(String name,
Integer color,
HomeTexture texture,
Float shininess)
Creates a material instance from parameters. |
Method Summary | |
---|---|
Integer |
getColor()
Returns the color of this material. |
String |
getName()
Returns the name of this material. |
Float |
getShininess()
Returns the shininess of this material. |
HomeTexture |
getTexture()
Returns the texture of this material. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HomeMaterial(String name, Integer color, HomeTexture texture, Float shininess)
Method Detail |
---|
public String getName()
null
if material has no name.public Integer getColor()
null
if material color is unchanged.public HomeTexture getTexture()
null
if material texture is unchanged.public Float getShininess()
null
if material shininess is unchanged.
|
Sweet Home 3D 4.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
![]() |
© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License |