diff --git a/core/src/build/conf/eclipse-formatting-conventions.xml b/core/src/build/conf/eclipse-formatting-conventions.xml index d7645e8..2fb81c4 100644 --- a/core/src/build/conf/eclipse-formatting-conventions.xml +++ b/core/src/build/conf/eclipse-formatting-conventions.xml @@ -1,267 +1,267 @@ - + - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - + + + + + - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/core/src/main/java/edu/umd/cs/piccolo/PRoot.java b/core/src/main/java/edu/umd/cs/piccolo/PRoot.java index 4fe6bb3..4893e8c 100644 --- a/core/src/main/java/edu/umd/cs/piccolo/PRoot.java +++ b/core/src/main/java/edu/umd/cs/piccolo/PRoot.java @@ -355,7 +355,9 @@ scheduleProcessInputsIfNeeded(); } - /** {@inheritDoc} */ + /** + * Schedule process inputs if needed. + */ public void scheduleProcessInputsIfNeeded() { /* * The reason for the special case here (when not in the event dispatch diff --git a/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java b/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java index 51a0476..0ba76e2 100644 --- a/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java +++ b/core/src/main/java/edu/umd/cs/piccolo/nodes/PHtmlView.java @@ -87,28 +87,28 @@ /** * The property name that identifies a change of this node's HTML text (see - * {@link #getHTML getHTML}). Both old and new value will be set in any + * {@link #getText getText}). Both old and new value will be set in any * property change event. */ public static final String PROPERTY_TEXT = "text"; /** * The property code that identifies a change of this node's HTML text (see - * {@link #getHTML getHTML}). Both old and new value will be set in any + * {@link #getText getText}). Both old and new value will be set in any * property change event. */ public static final int PROPERTY_CODE_TEXT = 1 << 21; /** * The property name that identifies a change of this node's HTML text color - * (see {@link #getHtml getHTMLColor}). Both old and new value will be set + * (see {@link #getTextColor getTextColor}). Both old and new value will be set * in any property change event. */ public static final String PROPERTY_TEXT_COLOR = "text color"; /** * The property code that identifies a change of this node's HTML text color - * (see {@link #getHtml getHTMLColor}). Both old and new value will be set + * (see {@link #getTextColor getTextColor}). Both old and new value will be set * in any property change event. */ public static final int PROPERTY_CODE_TEXT_COLOR = 1 << 22; diff --git a/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java b/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java index 6bed75b..17ce92f 100644 --- a/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java +++ b/core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java @@ -319,7 +319,7 @@ /** * Return the greek threshold in screen font size. When the screen font size * will be below this threshold the text is rendered as 'greek' instead of - * drawing the text glyphs. Defaults to {@link DEFAULT_GREEK_THRESHOLD}. + * drawing the text glyphs. Defaults to {@link #DEFAULT_GREEK_THRESHOLD}. * * @see PText#paintGreek(PPaintContext) * @return the current greek threshold in screen font size