*/
protected void updatePathLabels(final double gapx, final double gapy) {
final FontRenderContext frc = new FontRenderContext(null, true, true);
final PlottingStyle labelsDisplay = shape.getLabelsDisplayed();
final PlottingStyle ticksDisplay = shape.getTicksDisplayed();
final TicksStyle ticksStyle = shape.getTicksStyle();
if(labelsDisplay.isX())
updatePathLabelsX(ticksDisplay, ticksStyle, gapx, frc);
if(labelsDisplay.isY())