com.pyxis.greenhopper.jira.configurations.layout
Interface Layout

All Known Implementing Classes:
CardLayout, CompactLayout, CreateLayout, FixedListLayout, ListLayout, ParentLayout, SummaryLayout, TransitionLayout

public interface Layout


Field Summary
static double CARD_HEADER_HEIGHT
           
static double LINE_HEIGHT
           
static double SUMMARY_HEADER_HEIGHT
           
 
Method Summary
 IssueField getCorner()
           
 int getCornerWidth()
           
 java.util.List<IssueField> getFields()
           
 double getHeight()
           
 com.atlassian.jira.issue.issuetype.IssueType getIssueType()
           
 int getLineCount()
           
 int getWidth(IssueField field)
           
 boolean hasCorner()
           
 boolean isCorner(IssueField field)
           
 boolean isCrowded()
           
 

Field Detail

LINE_HEIGHT

static final double LINE_HEIGHT
See Also:
Constant Field Values

CARD_HEADER_HEIGHT

static final double CARD_HEADER_HEIGHT
See Also:
Constant Field Values

SUMMARY_HEADER_HEIGHT

static final double SUMMARY_HEADER_HEIGHT
See Also:
Constant Field Values
Method Detail

getIssueType

com.atlassian.jira.issue.issuetype.IssueType getIssueType()

getFields

java.util.List<IssueField> getFields()

isCrowded

boolean isCrowded()

getCorner

IssueField getCorner()

isCorner

boolean isCorner(IssueField field)

hasCorner

boolean hasCorner()

getLineCount

int getLineCount()

getHeight

double getHeight()

getWidth

int getWidth(IssueField field)

getCornerWidth

int getCornerWidth()


Copyright © 2007-2014 Atlassian. All Rights Reserved.