Class ShaderFlat
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.shader.Shader
-
- ext.plantuml.com.ctreber.acearth.shader.ShaderFlat
-
public class ShaderFlat extends Shader
Flat shader (does not care for Projection).
© 2002 Christian Treber, [email protected] (Nov 11, 2002)
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description ShaderFlat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color[]
getShadedColors(int pRowNo, int[] pRowTypes)
-
Methods inherited from class ext.plantuml.com.ctreber.acearth.shader.Shader
init, setDaySideBrightness, setNightSideBrightness, setProjection, setSunPos, setTerminatorDiscontinuity
-
-
-
-
Method Detail
-
getShadedColors
public Color[] getShadedColors(int pRowNo, int[] pRowTypes)
- Specified by:
getShadedColors
in classShader
-
-