< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/chart/CategoryAxis.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

*** 232,242 **** } /** * Returns a {@link ObservableList} of categories plotted on this axis. * * @return ObservableList of categories for this axis. - * @see #categories */ public final ObservableList<String> getCategories() { return categories.get(); } --- 232,241 ----
< prev index next >