|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractFormat | |
| com.tensegrity.gui.swing.dialog | This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API. |
| com.tensegrity.gui.swing.dialog.panel | The package for all format panel implementations. |
| Uses of AbstractFormat in com.tensegrity.gui.swing.dialog |
| Methods in com.tensegrity.gui.swing.dialog that return AbstractFormat | |
protected AbstractFormat |
PaintFormatDialog.getFormatPanel()
|
protected AbstractFormat |
PaintFormatDialog.getFormatPanel(javax.swing.JPanel preview)
|
protected AbstractFormat |
FontFormatDialog.getFormatPanel(javax.swing.JPanel preview)
|
protected AbstractFormat |
FontFormatDialog.getFormatPanel()
|
protected AbstractFormat |
StrokeFormatDialog.getFormatPanel(javax.swing.JPanel preview)
Returns the StrokeFormat Panel with the PreviewPanel. |
protected AbstractFormat |
StrokeFormatDialog.getFormatPanel()
|
protected AbstractFormat |
MarkerFormatDialog.getFormatPanel()
|
protected AbstractFormat |
MarkerFormatDialog.getFormatPanel(javax.swing.JPanel preview)
|
protected abstract AbstractFormat |
FormatDialog.getFormatPanel()
Returns the Format Panel. |
protected abstract AbstractFormat |
FormatDialog.getFormatPanel(javax.swing.JPanel preview)
The default Format Panel ignores this call. |
| Uses of AbstractFormat in com.tensegrity.gui.swing.dialog.panel |
| Subclasses of AbstractFormat in com.tensegrity.gui.swing.dialog.panel | |
class |
FormatColor
The PaintFormat panel allows users to select colors. |
class |
FormatFont
FormatFont is a panel which allows the selection of a font. |
class |
FormatMarker
The FormatMarker is the configuration panel for a MarkerFormat. |
class |
FormatPaint
The FormatPaint panel combines all sort of fill styles yet available. |
class |
FormatStroke
The FormatStroke panel allows the user to select from a predefined list of stroke types. |
class |
FormatStyle
Panel for Displaying and modifying StyleDescriptors. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||