Uses of Interface
org.jfree.chart.block.Block

Packages that use Block
Package
Description
Core classes, including JFreeChart and ChartPanel.
Blocks and layout classes used extensively by the LegendTitle class.
Classes used to display chart titles and subtitles.
  • Uses of Block in org.jfree.chart

    Methods in org.jfree.chart with parameters of type Block
    Modifier and Type
    Method
    Description
    protected void
    StandardChartTheme.applyToBlock(Block b)
    Applies the attributes of this theme to the specified block.
  • Uses of Block in org.jfree.chart.block

    Classes in org.jfree.chart.block that implement Block
    Modifier and Type
    Class
    Description
    class 
    A container for a collection of Block objects.
    class 
    A block that is filled with a single color.
    class 
    An empty block with a fixed size.
    class 
    A block containing a label.
    Fields in org.jfree.chart.block declared as Block
    Modifier and Type
    Field
    Description
    private Block
    BorderArrangement.bottomBlock
    The block (if any) at the bottom of the layout.
    private Block
    BorderArrangement.centerBlock
    The block (if any) at the center of the layout.
    private Block
    BorderArrangement.leftBlock
    The block (if any) at the left of the layout.
    private Block
    BorderArrangement.rightBlock
    The block (if any) at the right of the layout.
    private Block
    BorderArrangement.topBlock
    The block (if any) at the top of the layout.
    Methods in org.jfree.chart.block with parameters of type Block
    Modifier and Type
    Method
    Description
    void
    Arrangement.add(Block block, Object key)
    Adds a block and a key which can be used to determine the position of the block in the arrangement.
    void
    BlockContainer.add(Block block)
    Adds a block to the container.
    void
    BlockContainer.add(Block block, Object key)
    Adds a block to the container.
    void
    BorderArrangement.add(Block block, Object key)
    Adds a block to the arrangement manager at the specified edge.
    void
    CenterArrangement.add(Block block, Object key)
    Adds a block to be managed by this instance.
    void
    ColumnArrangement.add(Block block, Object key)
    Adds a block to be managed by this instance.
    void
    FlowArrangement.add(Block block, Object key)
    Adds a block to be managed by this instance.
    void
    GridArrangement.add(Block block, Object key)
    Adds a block and a key which can be used to determine the position of the block in the arrangement.
  • Uses of Block in org.jfree.chart.title

    Classes in org.jfree.chart.title that implement Block
    Modifier and Type
    Class
    Description
    class 
    A title that contains multiple titles within a BlockContainer.
    class 
    A chart title that displays the date.
    class 
    A chart title that displays an image.
    class 
    The graphical item within a legend item.
    class 
    A container that holds all the pieces of a single legend item.
    class 
    A chart title that displays a legend for the data in the chart.
    class 
    A legend that shows a range of values and their associated colors, driven by an underlying PaintScale implementation.
    class 
    A text title that is only displayed if the entire text will be visible without line wrapping.
    class 
    A chart title that displays a text string with automatic wrapping as required.
    class 
    The base class for all chart titles.
    Methods in org.jfree.chart.title that return Block
    Modifier and Type
    Method
    Description
    protected Block
    Creates a legend item block.