Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 403579 | Differences between
and this patch

Collapse All | Expand All

(-)a/LaTeXDraw/src/net/sf/latexdraw/glib/models/interfaces/IAxes.java (-3 lines)
Lines 311-319 public interface IAxes extends IStandardGrid { Link Here
311
	}
311
	}
312
312
313
313
314
	@Override
315
	IAxes duplicate();
316
317
	/**
314
	/**
318
	 * @return The X increment of the axes.
315
	 * @return The X increment of the axes.
319
	 * @since 3.0
316
	 * @since 3.0
(-)a/LaTeXDraw/src/net/sf/latexdraw/glib/models/interfaces/IText.java (-4 lines)
Lines 210-218 public interface IText extends IPositionShape { Link Here
210
	}
210
	}
211
211
212
212
213
	@Override
214
	IText duplicate();
215
216
	/**
213
	/**
217
	 * @return The text position of the text (bottom-right, top-left, etc.).
214
	 * @return The text position of the text (bottom-right, top-left, etc.).
218
	 * @since 3.0
215
	 * @since 3.0
219
- 

Return to bug 403579