com.pyxis.greenhopper.jira.configurations.layout
Class CreateLayout
java.lang.Object
com.pyxis.greenhopper.jira.configurations.layout.CreateLayout
- All Implemented Interfaces:
- Layout
public class CreateLayout
- extends java.lang.Object
- implements Layout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateLayout
public CreateLayout(BoardIssue boardIssue)
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-2011 Atlassian. All Rights Reserved.