Searched refs:aWidgetArea (Results 1 – 2 of 2) sorted by relevance
96 Rectangle aWidgetArea = new Rectangle ( in paintChildren() local102 PaintAllStates ((Graphics2D)g, aWidgetArea); in paintChildren()106 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates() argument119 int nStateWidth = (aWidgetArea.width-12) / (nMaxStateIndex+1); in PaintAllStates()122 int y = aWidgetArea.y+aWidgetArea.height - 25; in PaintAllStates()181 g.translate (10,aWidgetArea.y+aWidgetArea.height-3); in PaintAllStates()
168 Rectangle aWidgetArea = new Rectangle ( in paintChildren() local174 PaintAllStates ((Graphics2D)g, aWidgetArea); in paintChildren()178 private void PaintAllStates (Graphics2D g, Rectangle aWidgetArea) in PaintAllStates() argument191 int nStateWidth = (aWidgetArea.width-12) / (nMaxStateIndex+1); in PaintAllStates()194 int y = aWidgetArea.y+aWidgetArea.height - 12; in PaintAllStates()
Completed in 10 milliseconds