public class PlotSpec
extends java.lang.Object
| Constructor and Description |
|---|
PlotSpec(PlotType plotType,
java.awt.Dimension extSize,
Padding padding,
ZoneSpec[] zoneSpecs,
LayerSpec[] layerSpecs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getExtSize()
Returns the external plot size supplied at construction time.
|
LayerSpec[] |
getLayerSpecs()
Returns the layer specification array supplied at construction time.
|
Padding |
getPadding()
Returns the external padding supplied at construction time.
|
PlotType |
getPlotType()
Returns the plot type supplied at construction time.
|
ZoneSpec[] |
getZoneSpecs()
Returns the zone specification array supplied at construction time.
|
public PlotSpec(PlotType plotType, java.awt.Dimension extSize, Padding padding, ZoneSpec[] zoneSpecs, LayerSpec[] layerSpecs)
plotType - plot typeextSize - total size of output graphic, or nullpadding - padding within extSize, or nullzoneSpecs - specifications for each plot zone;
has at least one elementlayerSpecs - specifications for each plot layerpublic PlotType getPlotType()
public java.awt.Dimension getExtSize()
public Padding getPadding()
public ZoneSpec[] getZoneSpecs()
public LayerSpec[] getLayerSpecs()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.