org.citygml4j.impl.citygml.appearance
Class ColorPlusOpacityImpl
java.lang.Object
org.citygml4j.impl.citygml.appearance.ColorPlusOpacityImpl
- All Implemented Interfaces:
- AppearanceModuleComponent, ColorPlusOpacity, CityGML, ModelObject, Child, Copyable
public class ColorPlusOpacityImpl
- extends java.lang.Object
- implements ColorPlusOpacity
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorPlusOpacityImpl
public ColorPlusOpacityImpl()
ColorPlusOpacityImpl
public ColorPlusOpacityImpl(AppearanceModule module)
ColorPlusOpacityImpl
public ColorPlusOpacityImpl(Color color,
java.lang.Double opacity)
ColorPlusOpacityImpl
public ColorPlusOpacityImpl(java.lang.Double defaultColorValue,
java.lang.Double opacity)
ColorPlusOpacityImpl
public ColorPlusOpacityImpl(java.lang.Double defaulColorValue)
ColorPlusOpacityImpl
public ColorPlusOpacityImpl(java.lang.Double red,
java.lang.Double green,
java.lang.Double blue,
java.lang.Double opacity)
ColorPlusOpacityImpl
public ColorPlusOpacityImpl(java.lang.Double red,
java.lang.Double green,
java.lang.Double blue)
getBlue
public java.lang.Double getBlue()
- Specified by:
getBlue
in interface ColorPlusOpacity
getColor
public Color getColor()
- Specified by:
getColor
in interface ColorPlusOpacity
getGreen
public java.lang.Double getGreen()
- Specified by:
getGreen
in interface ColorPlusOpacity
getOpacity
public java.lang.Double getOpacity()
- Specified by:
getOpacity
in interface ColorPlusOpacity
getRed
public java.lang.Double getRed()
- Specified by:
getRed
in interface ColorPlusOpacity
setBlue
public void setBlue(java.lang.Double blue)
- Specified by:
setBlue
in interface ColorPlusOpacity
setColor
public void setColor(Color color)
- Specified by:
setColor
in interface ColorPlusOpacity
setColorPlusOpacity
public void setColorPlusOpacity(java.util.List<java.lang.Double> colorPlusOpacity)
- Specified by:
setColorPlusOpacity
in interface ColorPlusOpacity
setGreen
public void setGreen(java.lang.Double green)
- Specified by:
setGreen
in interface ColorPlusOpacity
setOpacity
public void setOpacity(java.lang.Double opacity)
- Specified by:
setOpacity
in interface ColorPlusOpacity
setRed
public void setRed(java.lang.Double red)
- Specified by:
setRed
in interface ColorPlusOpacity
toList
public java.util.List<java.lang.Double> toList()
- Specified by:
toList
in interface ColorPlusOpacity
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
getCityGMLModule
public final AppearanceModule getCityGMLModule()
- Specified by:
getCityGMLModule
in interface CityGML
isSetCityGMLModule
public boolean isSetCityGMLModule()
- Specified by:
isSetCityGMLModule
in interface CityGML
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable