Class CSSeparation
- java.lang.Object
-
- org.apache.pdfbox.debugger.colorpane.CSSeparation
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener,javax.swing.event.ChangeListener
public class CSSeparation extends java.lang.Object implements javax.swing.event.ChangeListener, java.awt.event.ActionListenerA class that provides the necessary UI and functionalities to show the Separation color space.- Author:
- Khyrul Bashar.
-
-
Constructor Summary
Constructors Constructor Description CSSeparation(org.apache.pdfbox.cos.COSArray array)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent actionEvent)input changed in text field.javax.swing.JPanelgetPanel()return the main panel that hold all the UI elements.voidstateChanged(javax.swing.event.ChangeEvent changeEvent)input changed in slider.
-
-
-
Method Detail
-
getPanel
public javax.swing.JPanel getPanel()
return the main panel that hold all the UI elements.- Returns:
- JPanel instance
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent changeEvent)
input changed in slider.- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener- Parameters:
changeEvent-
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
input changed in text field.- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Parameters:
actionEvent-
-
-