public class CSSeparation extends Object implements ChangeListener, ActionListener
| Constructor and Description |
|---|
CSSeparation(COSArray array)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent actionEvent)
input changed in text field.
|
JPanel |
getPanel()
return the main panel that hold all the UI elements.
|
void |
stateChanged(ChangeEvent changeEvent)
input changed in slider.
|
public CSSeparation(COSArray array)
array - COSArray instance of the separation color space.public JPanel getPanel()
public void stateChanged(ChangeEvent changeEvent)
stateChanged in interface ChangeListenerchangeEvent - public void actionPerformed(ActionEvent actionEvent)
actionPerformed in interface ActionListeneractionEvent - Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.