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

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

public class CreateLayout
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
CreateLayout(BoardIssue boardIssue)
           
 
Method Summary
 BoardContext getBoardContext()
           
 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

CreateLayout

public CreateLayout(BoardIssue boardIssue)
Method Detail

getBoardContext

public BoardContext getBoardContext()

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

getFields

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

getCorner

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

hasCorner

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

isCorner

public boolean isCorner(IssueField field)
Specified by:
isCorner 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-2012 Atlassian. All Rights Reserved.