309310311312313314315316317318319
if (container == null) { container = this.items; } target = this.trimPadding(target); target.x += 2; return container.draw(g2, target, params); } /** * Tests this title for equality with an arbitrary object. *