Searched defs:insets (Results 1 – 3 of 3) sorted by relevance
69 Insets insets = getInsets(); in paintComponent() local144 Insets insets = getInsets(); in selectChild() local
603 private final Insets insets = new Insets(0, 0, 0, 0); field in ScreenViewer.CrosshairPanel631 Insets insets = getInsets(); in paintComponent() local
73 public void paintBackground(IFigure figure, Graphics graphics, Insets insets) { in paintBackground()