com.atlassian.jira.charts
Interface PieSegment

All Superinterfaces:
Comparable
All Known Implementing Classes:
PieSegmentWrapper

public interface PieSegment
extends Comparable

Describes operations for pie chart segments

Since:
v5.2
See Also:
PieSegmentWrapper

Method Summary
 int compareTo(Object o)
           
 Object getKey()
           
 String getName()
           
 boolean isGenerateUrl()
           
 

Method Detail

getName

String getName()

compareTo

int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getKey

Object getKey()

isGenerateUrl

boolean isGenerateUrl()


Copyright © 2002-2013 Atlassian. All Rights Reserved.