Class ConfigurationACearth
- java.lang.Object
-
- zext.plantuml.com.ctreber.acearth.Configuration
-
- zext.plantuml.com.ctreber.acearth.ConfigurationACearth
-
public class ConfigurationACearth extends Configuration
How to avoid writing all the accessors? Code generator that creates derived class from template class? Configuration items in data structure?
© 2002 Christian Treber, ct@ctreber.com (06.10.2002)
-
-
Constructor Summary
Constructors Constructor Description ConfigurationACearth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinategetSunPos()CoordinategetSunPosRel()CoordinategetViewPos()voidsetSunPos(Coordinate pSunPos)voidsetSunPosRel(Coordinate pSunPosRel)voidsetViewPos(Coordinate pViewPos)-
Methods inherited from class zext.plantuml.com.ctreber.acearth.Configuration
add, getBoolean, getDouble, getInt, getMO, getMOBoolean, getMODouble, getMOEnum, getMOInteger, getMOString, getString, is, setBoolean, setDouble, setEnum, setInt, setString
-
-
-
-
Method Detail
-
getViewPos
public Coordinate getViewPos()
-
setViewPos
public void setViewPos(Coordinate pViewPos)
-
getSunPos
public Coordinate getSunPos()
-
setSunPos
public void setSunPos(Coordinate pSunPos)
-
getSunPosRel
public Coordinate getSunPosRel()
-
setSunPosRel
public void setSunPosRel(Coordinate pSunPosRel)
-
-