Package uk.ac.starlink.ttools.plot2
Interface Gang
public interface Gang
Defines how a set of related plot zones is presented together on a
graphics plane. Each zone can contain one plotting surface.
- Since:
- 25 Jan 2016
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the zone index for the zone to which navigation gestures referenced at a particular graphics position should be delegated.int
Returns the number of zones in this gang.getZonePlotBounds
(int iz) Returns the data bounds for a given zone.
-
Method Details
-
getZoneCount
int getZoneCount()Returns the number of zones in this gang.- Returns:
- zone count
-
getZonePlotBounds
Returns the data bounds for a given zone. This is the region within which data can be plotted, it does not include space for external axis labels etc.- Parameters:
iz
- index of zone- Returns:
- plot bounds for zone
-