MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / simpleXAxis

Method simpleXAxis

ij/src/main/java/ij/gui/Plot.java:2691–2694  ·  view source on GitHub ↗

Whether to draw simple axes without ticks, grid and numbers only for min, max

()

Source from the content-addressed store, hash-verified

2689
2690 /** Whether to draw simple axes without ticks, grid and numbers only for min, max*/
2691 @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true)
2692 public boolean simpleXAxis() {
2693 return !hasFlag(X_TICKS | X_MINOR_TICKS | X_LOG_TICKS | X_GRID | X_NUMBERS);
2694 }
2695
2696 @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true)
2697 public boolean simpleYAxis() {

Callers 5

makeRangeGetStepsMethod · 0.95
drawPlotObjectMethod · 0.95
drawPlotObjectMethod · 0.80

Calls 1

hasFlagMethod · 0.95

Tested by

no test coverage detected