Home
last modified time | relevance | path

Searched refs:isShapeOutlineVisible (Results 1 – 4 of 4) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/title/
H A DLegendGraphicTest.java103 g1.setShapeOutlineVisible(!g1.isShapeOutlineVisible()); in testEquals()
105 g2.setShapeOutlineVisible(!g2.isShapeOutlineVisible()); in testEquals()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/title/
H A DLegendGraphic.java297 public boolean isShapeOutlineVisible() { in isShapeOutlineVisible() method in LegendGraphic
H A DLegendTitle.java478 lg.setShapeOutlineVisible(item.isShapeOutlineVisible()); in createLegendItemBlock()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/
H A DLegendItem.java841 public boolean isShapeOutlineVisible() { in isShapeOutlineVisible() method in LegendItem