com.sas.mdtable
Interface AxisLabelInterface
- All Superinterfaces:
- NodeInterface, NodeInterface, SimpleNodeInterface
- All Known Implementing Classes:
- AbstractAxisLabel, Label, Member, Label, AbstractAxisLabel
- public interface AxisLabelInterface
- extends NodeInterface
Represents a label along an axis in a multidimensional table.
- See Also:
AxisInterface
getAxis
public AxisInterface getAxis()
- Returns the axis that this label is associated with.
(Convenience method for
getMember().getLevel().getDimension().getAxis().)
- Returns:
- The label's axis.
- See Also:
AxisInterface
getMember
public MemberInterface getMember()
- Returns the member that this label is associated with.
- Returns:
- The label's member.
- See Also:
MemberInterface
getMinimumCoordinate
public int getMinimumCoordinate()
- Returns the smallest axis coordinate spanned by the label.
If this is a leaf label,
getMinimumCoordinate() will equal
getMaximumCoordinate().
- Returns:
- A zero-based integer that identifies a point along the axis.
- See Also:
getMaximumCoordinate()
getMaximumCoordinate
public int getMaximumCoordinate()
- Returns the largest axis coordinate spanned by the label.
If this is a leaf label,
getMinimumCoordinate() will equal
getMaximumCoordinate().
- Returns:
- A zero-based integer that identifies a point along the axis.
- See Also:
getMinimumCoordinate()
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 02:03:19