|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JToolBar
com.qoppa.pdfNotes.AnnotAlignmentToolbar
public class AnnotAlignmentToolbar
The AnnotAlignmentToolbar allows aligning annotations by their edges, distributing annotations vertically or horizontally, or resizing annotations to be of the same width and/or height. The align and resize actions are performed based on the position/dimension of the last annotation selected.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JToolBar |
|---|
JToolBar.Separator |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AnnotAlignmentToolbar(PDFNotesBean notesBean)
This method initializes the alignment toolbar. |
|
| Method Summary | |
|---|---|
JButton |
getButtonByName(String name)
|
JButton |
getJbBoth()
Returns the align both (width and height) button. |
JButton |
getJbBottom()
Returns the bottom align button. |
JButton |
getJbCenter()
Returns the center align button. |
JButton |
getJbDistrHoriz()
Returns the horizontal distribution button. |
JButton |
getJbDistrVert()
Returns the vertical distribution button. |
JButton |
getJbHeight()
Returns the align height button. |
JButton |
getJbLeft()
Returns the left align button. |
JButton |
getJbMiddle()
Returns the middle align button. |
JButton |
getJbRight()
Returns the right align button. |
JButton |
getJbTop()
Returns the top align button. |
JButton |
getJbWidth()
Returns the align width button. |
| Methods inherited from class javax.swing.JToolBar |
|---|
add, addSeparator, addSeparator, getAccessibleContext, getComponentAtIndex, getComponentIndex, getMargin, getOrientation, getUI, getUIClassID, isBorderPainted, isFloatable, isRollover, setBorderPainted, setFloatable, setLayout, setMargin, setOrientation, setRollover, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotAlignmentToolbar(PDFNotesBean notesBean)
| Method Detail |
|---|
public JButton getButtonByName(String name)
public JButton getJbLeft()
public JButton getJbCenter()
public JButton getJbRight()
public JButton getJbTop()
public JButton getJbMiddle()
public JButton getJbBottom()
public JButton getJbDistrHoriz()
public JButton getJbDistrVert()
public JButton getJbWidth()
public JButton getJbHeight()
public JButton getJbBoth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||