public class IfcPixelTexture extends IfcSurfaceTexture
| Constructor and Description |
|---|
IfcPixelTexture() |
| Modifier and Type | Method and Description |
|---|---|
IfcInteger |
getColourComponents() |
IfcInteger |
getHeight() |
IfcCollection2D<Integer> |
getPixel() |
IfcInteger |
getWidth() |
void |
setColourComponents(IfcInteger value) |
void |
setHeight(IfcInteger value) |
void |
setPixel(IfcCollection2D<Integer> value) |
void |
setWidth(IfcInteger value) |
getRepeatS, getRepeatT, getTextureTransform, getTextureType, setRepeatS, setRepeatT, setTextureTransform, setTextureTypeequals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcInteger getWidth()
public final void setWidth(IfcInteger value)
public final IfcInteger getHeight()
public final void setHeight(IfcInteger value)
public final IfcInteger getColourComponents()
public final void setColourComponents(IfcInteger value)
public final IfcCollection2D<Integer> getPixel()
public final void setPixel(IfcCollection2D<Integer> value)