Searched refs:getDomainLabelPaint (Results 1 – 4 of 4) sorted by relevance
898 public Paint getDomainLabelPaint() { in getDomainLabelPaint() method in XYGraphWidget1227 Paint p = getDomainLabelPaint(); in setDomainAxisPosition()1240 Paint p = getDomainLabelPaint(); in setDomainAxisPosition()
93 graphWidget_RIGHT.getDomainLabelPaint().setAlpha(0); in onCreate()
70 aprLevelsPlot.getGraphWidget().getDomainLabelPaint().setColor(Color.TRANSPARENT); in onCreate()
476 … assertEquals(Color.parseColor(param3), plot.getGraphWidget().getDomainLabelPaint().getColor()); in testConfigure()