Package com.luciad.lucy.gui.formatbar
package com.luciad.lucy.gui.formatbar
Package containing an abstract class ALcyFormatBar
, which provides a component that
can be displayed to manipulate a layer of a given format. Also, an abstract factory for such
ALcyFormatBar
s is included in this package.
- Since:
- 8.2
-
ClassDescription(Swing) component that can be displayed to manipulate a layer of a given format.Factory to create
ALcyFormatBar
s.A composite implementation ofALcyFormatBarFactory
according to the composite design pattern.