public class ComponentGroup extends Object
| Constructor and Description |
|---|
ComponentGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(Component component) |
void |
clear() |
boolean |
contains(Component component) |
boolean |
contains(Point point) |
void |
endSelection(Point point,
Collection<Component> components) |
Rectangle |
getBounds() |
boolean |
isEmpty() |
boolean |
isEmptySelection() |
void |
move(Point point) |
void |
paint(Graphics2D g) |
void |
reset() |
void |
startSelection(Point point) |
void |
toLeft() |
void |
toRight() |
void |
updateSelection(Point point) |
public boolean isEmpty()
public void addComponent(Component component)
public void reset()
public void clear()
public void move(Point point)
public boolean contains(Point point)
public void toLeft()
public void toRight()
public Rectangle getBounds()
public boolean contains(Component component)
public boolean isEmptySelection()
public void startSelection(Point point)
public void updateSelection(Point point)
public void endSelection(Point point, Collection<Component> components)
public void paint(Graphics2D g)
Copyright © 2012–2015 MARID software development group. All rights reserved.