Class AbstractSurfaceRenderable

    • Constructor Detail

      • AbstractSurfaceRenderable

        public AbstractSurfaceRenderable()
    • Method Detail

      • getOpacity

        public double getOpacity()
      • setOpacity

        public void setOpacity​(double opacity)
      • computePixelSizeAtLocation

        protected double computePixelSizeAtLocation​(DrawContext dc,
                                                    LatLon location)
      • computeRotatedSectorBounds

        protected Sector computeRotatedSectorBounds​(Sector sector,
                                                    LatLon location,
                                                    Angle heading)
      • computeNormalizedSectors

        protected java.util.List<Sector> computeNormalizedSectors​(Sector sector)
      • computeHemisphereOffset

        protected int computeHemisphereOffset​(Sector sector,
                                              LatLon location)
      • applyPremultipliedAlphaColor

        protected void applyPremultipliedAlphaColor​(com.jogamp.opengl.GL2 gl,
                                                    java.awt.Color color,
                                                    double opacity)
      • applyNonPremultipliedAlphaColor

        protected void applyNonPremultipliedAlphaColor​(com.jogamp.opengl.GL2 gl,
                                                       java.awt.Color color,
                                                       double opacity)