public interface IfcColourRgb extends IfcColourSpecification, IfcColourOrFactor
| Modifier and Type | Method and Description |
|---|---|
double |
getBlue()
Returns the value of the 'Blue' attribute.
|
String |
getBlueAsString()
Returns the value of the 'Blue As String' attribute.
|
double |
getGreen()
Returns the value of the 'Green' attribute.
|
String |
getGreenAsString()
Returns the value of the 'Green As String' attribute.
|
double |
getRed()
Returns the value of the 'Red' attribute.
|
String |
getRedAsString()
Returns the value of the 'Red As String' attribute.
|
void |
setBlue(double value)
Sets the value of the '
Blue' attribute. |
void |
setBlueAsString(String value)
Sets the value of the '
Blue As String' attribute. |
void |
setGreen(double value)
Sets the value of the '
Green' attribute. |
void |
setGreenAsString(String value)
Sets the value of the '
Green As String' attribute. |
void |
setRed(double value)
Sets the value of the '
Red' attribute. |
void |
setRedAsString(String value)
Sets the value of the '
Red As String' attribute. |
getName, isSetName, setName, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removedouble getRed()
If the meaning of the 'Red' attribute isn't clear, there really should be more of a description here...
setRed(double),
Ifc2x3tc1Package.getIfcColourRgb_Red()void setRed(double value)
Red' attribute.
value - the new value of the 'Red' attribute.getRed()String getRedAsString()
If the meaning of the 'Red As String' attribute isn't clear, there really should be more of a description here...
setRedAsString(String),
Ifc2x3tc1Package.getIfcColourRgb_RedAsString()void setRedAsString(String value)
Red As String' attribute.
value - the new value of the 'Red As String' attribute.getRedAsString()double getGreen()
If the meaning of the 'Green' attribute isn't clear, there really should be more of a description here...
setGreen(double),
Ifc2x3tc1Package.getIfcColourRgb_Green()void setGreen(double value)
Green' attribute.
value - the new value of the 'Green' attribute.getGreen()String getGreenAsString()
If the meaning of the 'Green As String' attribute isn't clear, there really should be more of a description here...
setGreenAsString(String),
Ifc2x3tc1Package.getIfcColourRgb_GreenAsString()void setGreenAsString(String value)
Green As String' attribute.
value - the new value of the 'Green As String' attribute.getGreenAsString()double getBlue()
If the meaning of the 'Blue' attribute isn't clear, there really should be more of a description here...
setBlue(double),
Ifc2x3tc1Package.getIfcColourRgb_Blue()void setBlue(double value)
Blue' attribute.
value - the new value of the 'Blue' attribute.getBlue()String getBlueAsString()
If the meaning of the 'Blue As String' attribute isn't clear, there really should be more of a description here...
setBlueAsString(String),
Ifc2x3tc1Package.getIfcColourRgb_BlueAsString()void setBlueAsString(String value)
Blue As String' attribute.
value - the new value of the 'Blue As String' attribute.getBlueAsString()Copyright © 2018 OpenSource BIM. All rights reserved.