Skip to content

Instantly share code, notes, and snippets.

@kevinsdooapp
Created July 31, 2012 16:52
Show Gist options
  • Save kevinsdooapp/3218403 to your computer and use it in GitHub Desktop.
Save kevinsdooapp/3218403 to your computer and use it in GitHub Desktop.
getRange implementation for javafx 2 logarithmic axis
@Override
protected Object getRange() {
return new Number[] { lowerBoundProperty().get(), upperBoundProperty().get() };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment