All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc4.IfcPixelTexture Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.ifc4;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Pixel Texture'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcPixelTexture#getWidth Width}
  • *
  • {@link org.bimserver.models.ifc4.IfcPixelTexture#getHeight Height}
  • *
  • {@link org.bimserver.models.ifc4.IfcPixelTexture#getColourComponents Colour Components}
  • *
  • {@link org.bimserver.models.ifc4.IfcPixelTexture#getPixel Pixel}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPixelTexture() * @model * @generated */ public interface IfcPixelTexture extends IfcSurfaceTexture { /** * Returns the value of the 'Width' attribute. * *

* If the meaning of the 'Width' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Width' attribute. * @see #setWidth(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPixelTexture_Width() * @model * @generated */ long getWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcPixelTexture#getWidth Width}' attribute. * * * @param value the new value of the 'Width' attribute. * @see #getWidth() * @generated */ void setWidth(long value); /** * Returns the value of the 'Height' attribute. * *

* If the meaning of the 'Height' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Height' attribute. * @see #setHeight(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPixelTexture_Height() * @model * @generated */ long getHeight(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcPixelTexture#getHeight Height}' attribute. * * * @param value the new value of the 'Height' attribute. * @see #getHeight() * @generated */ void setHeight(long value); /** * Returns the value of the 'Colour Components' attribute. * *

* If the meaning of the 'Colour Components' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Colour Components' attribute. * @see #setColourComponents(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPixelTexture_ColourComponents() * @model * @generated */ long getColourComponents(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcPixelTexture#getColourComponents Colour Components}' attribute. * * * @param value the new value of the 'Colour Components' attribute. * @see #getColourComponents() * @generated */ void setColourComponents(long value); /** * Returns the value of the 'Pixel' attribute list. * The list contents are of type {@link byte}[]. * *

* If the meaning of the 'Pixel' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Pixel' attribute list. * @see org.bimserver.models.ifc4.Ifc4Package#getIfcPixelTexture_Pixel() * @model unique="false" * @generated */ EList getPixel(); } // IfcPixelTexture




© 2015 - 2024 Weber Informatics LLC | Privacy Policy