@Override public void renderImage( @Nonnull final Graphics g, final int x, final int y, final int width, final int height, @Nonnull final Color color, final float imageScale) { renderImage( g, x, y, width, height, 0, 0, pointSprite.getWidth(), pointSprite.getHeight(), color, imageScale, pointSprite.getWidth() / 2, pointSprite.getHeight() / 2); }
@Override public int getHeight() { return pointSprite.getHeight(); }