Class OrderingStrategyScoreColorMapper

    • Method Detail

      • preDraw

        public void preDraw​(Object o)
        Description copied from class: ColorMapper
        A hook method to implement to prepare colormapper for the current draw call. The input parameter o must be the object calling preDraw. Indeed, the mapper is supposed to be able to check wether preDraw is actually allowed for the caller.
        Overrides:
        preDraw in class ColorMapper
      • getNumCoordinates

        protected int getNumCoordinates​(List<Drawable> drawables,
                                        boolean onlyBaryCenter)