public class CustomizeColor extends javax.swing.AbstractAction implements Layer.LayerAction, Layer.MultiLayerAction
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<Layer> |
layers |
| Modifier | Constructor and Description |
|---|---|
private |
CustomizeColor() |
|
CustomizeColor(Layer l) |
|
CustomizeColor(java.util.List<Layer> l) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.awt.Component |
createMenuComponent() |
javax.swing.Action |
getMultiLayerAction(java.util.List<Layer> layers) |
boolean |
supportLayers(java.util.List<Layer> layers) |
public CustomizeColor(java.util.List<Layer> l)
public CustomizeColor(Layer l)
private CustomizeColor()
public boolean supportLayers(java.util.List<Layer> layers)
supportLayers in interface Layer.LayerActionpublic java.awt.Component createMenuComponent()
createMenuComponent in interface Layer.LayerActionpublic javax.swing.Action getMultiLayerAction(java.util.List<Layer> layers)
getMultiLayerAction in interface Layer.MultiLayerActionpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener