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

Method isAijPlot

ij/src/main/java/ij/gui/Plot.java:4544–4551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4542 }
4543
4544 @AstroImageJ(reason = "Support scaled plots")
4545 public boolean isAijPlot() {
4546 if (pp.aijPlotType == AijPlotType.AUTOMATIC) {
4547 return allPlotObjects.parallelStream()
4548 .noneMatch(p -> p.shape == Plot.CUSTOM && p.type == PlotObject.XY_DATA);
4549 }
4550 return pp.aijPlotType != AijPlotType.BITMAPPED;
4551 }
4552
4553 @AstroImageJ(reason = "Support scaled plots")
4554 public boolean isAijAutomatic() {

Callers 15

setSizeMethod · 0.95
descaleXMethod · 0.95
descaleYMethod · 0.95
getBufferedImageMethod · 0.95
scaleFrameMethod · 0.95
getCoordinatesMethod · 0.95
getTransferDataMethod · 0.80
actionPerformedMethod · 0.80
mouseMovedMethod · 0.80
mouseWheelMovedMethod · 0.80
showRangeArrowsMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected