Package ext.plantuml.com.ctreber.acearth
Class ConfigurationACearth
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.Configuration
-
- ext.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, [email protected] (06.10.2002)
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description ConfigurationACearth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coordinate
getSunPos()
Coordinate
getSunPosRel()
Coordinate
getViewPos()
void
setSunPos(Coordinate pSunPos)
void
setSunPosRel(Coordinate pSunPosRel)
void
setViewPos(Coordinate pViewPos)
-
Methods inherited from class ext.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)
-
-