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 TypeMethodDescriptionvoidactionPerformed(ActionEvent actionEvent) input changed in text field.getPanel()return the main panel that hold all the UI elements.voidstateChanged(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:
stateChangedin interfaceChangeListener- Parameters:
changeEvent-
-
actionPerformed
input changed in text field.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
actionEvent-
-