com.pyxis.greenhopper.jira.configurations.layout
Class SummaryLayout

java.lang.Object
  extended by com.pyxis.greenhopper.jira.configurations.layout.SummaryLayout
All Implemented Interfaces:
Layout

public class SummaryLayout
extends java.lang.Object
implements Layout


Field Summary
 
Fields inherited from interface com.pyxis.greenhopper.jira.configurations.layout.Layout
CARD_HEADER_HEIGHT, LINE_HEIGHT, SUMMARY_HEADER_HEIGHT
 
Constructor Summary
SummaryLayout(BoardIssue boardIssue)
           
SummaryLayout(IssueFieldManager issueFieldManager, SummaryLayouts summaryLayouts, com.atlassian.jira.issue.issuetype.IssueType issueType)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryLayout

public SummaryLayout(IssueFieldManager issueFieldManager,
                     SummaryLayouts summaryLayouts,
                     com.atlassian.jira.issue.issuetype.IssueType issueType)

SummaryLayout

public SummaryLayout(BoardIssue boardIssue)
Method Detail

getIssueType

public com.atlassian.jira.issue.issuetype.IssueType getIssueType()
Specified by:
getIssueType in interface Layout

isCrowded

public boolean isCrowded()
Specified by:
isCrowded in interface Layout

getCorner

public IssueField getCorner()
Specified by:
getCorner in interface Layout

getFields

public java.util.List<IssueField> getFields()
Specified by:
getFields in interface Layout

isCorner

public boolean isCorner(IssueField field)
Specified by:
isCorner in interface Layout

hasCorner

public boolean hasCorner()
Specified by:
hasCorner in interface Layout

getLineCount

public int getLineCount()
Specified by:
getLineCount in interface Layout

getHeight

public double getHeight()
Specified by:
getHeight in interface Layout

getWidth

public int getWidth(IssueField field)
Specified by:
getWidth in interface Layout

getCornerWidth

public int getCornerWidth()
Specified by:
getCornerWidth in interface Layout


Copyright © 2007-2013 Atlassian. All Rights Reserved.