Class CSSeparation
java.lang.Object
org.apache.pdfbox.debugger.colorpane.CSSeparation
- All Implemented Interfaces:
ActionListener
,EventListener
,ChangeListener
A class that provides the necessary UI and functionalities to show the Separation color space.
- Author:
- Khyrul Bashar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(ActionEvent actionEvent) input changed in text field.getPanel()
return the main panel that hold all the UI elements.void
stateChanged
(ChangeEvent changeEvent) input changed in slider.
-
Constructor Details
-
CSSeparation
Constructor- Parameters:
array
- COSArray instance of the Separation color space.- Throws:
IOException
-
-
Method Details
-
getPanel
return the main panel that hold all the UI elements.- Returns:
- JPanel instance
-
stateChanged
input changed in slider.- Specified by:
stateChanged
in interfaceChangeListener
- Parameters:
changeEvent
-
-
actionPerformed
input changed in text field.- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
actionEvent
-
-