net.sf.sdedit.config
Interface Configuration
- All Superinterfaces:
- DataObject
public interface Configuration
- extends DataObject
getActorWidth
int getActorWidth()
getArrowSize
int getArrowSize()
getDestructorWidth
int getDestructorWidth()
getFont
Font getFont()
getFragmentMargin
int getFragmentMargin()
getFragmentPadding
int getFragmentPadding()
getFragmentTextPadding
int getFragmentTextPadding()
getGlue
int getGlue()
getHeadHeight
int getHeadHeight()
getHeadLabelPadding
int getHeadLabelPadding()
getHeadWidth
int getHeadWidth()
getInitialSpace
int getInitialSpace()
getLeftMargin
int getLeftMargin()
isLineWrap
boolean isLineWrap()
getLowerMargin
int getLowerMargin()
getMainLifelineWidth
int getMainLifelineWidth()
getMessageLabelSpace
int getMessageLabelSpace()
getMessagePadding
int getMessagePadding()
getNoteMargin
int getNoteMargin()
getNotePadding
int getNotePadding()
getRightMargin
int getRightMargin()
getSelfMessageHorizontalSpace
int getSelfMessageHorizontalSpace()
getSeparatorBottomMargin
int getSeparatorBottomMargin()
getSeparatorTopMargin
int getSeparatorTopMargin()
getShouldShadowParticipants
boolean getShouldShadowParticipants()
getSpaceBeforeActivation
int getSpaceBeforeActivation()
getSpaceBeforeAnswerToSelf
int getSpaceBeforeAnswerToSelf()
getSpaceBeforeConstruction
int getSpaceBeforeConstruction()
getSpaceBeforeSelfMessage
int getSpaceBeforeSelfMessage()
getSubLifelineWidth
int getSubLifelineWidth()
getUpperMargin
int getUpperMargin()
getTc0
Color getTc0()
getTc1
Color getTc1()
getTc2
Color getTc2()
getTc3
Color getTc3()
getTc4
Color getTc4()
getTc5
Color getTc5()
getTc6
Color getTc6()
getTc7
Color getTc7()
getTc8
Color getTc8()
getTc9
Color getTc9()
isColorizeThreads
boolean isColorizeThreads()
isOpaqueMessageText
boolean isOpaqueMessageText()
isAllowMessageProperties
boolean isAllowMessageProperties()
isThreaded
boolean isThreaded()
isThreadNumbersVisible
boolean isThreadNumbersVisible()
isReturnArrowVisible
boolean isReturnArrowVisible()
isVerticallySplit
boolean isVerticallySplit()
setActorWidth
void setActorWidth(int actorWidth)
setArrowSize
void setArrowSize(int arrowSize)
setColorizeThreads
void setColorizeThreads(boolean colorizeThreads)
setDestructorWidth
void setDestructorWidth(int destructorWidth)
setFont
void setFont(Font font)
setFragmentMargin
void setFragmentMargin(int fragmentMargin)
setFragmentPadding
void setFragmentPadding(int commentPadding)
setFragmentTextPadding
void setFragmentTextPadding(int commentTextPadding)
setGlue
void setGlue(int glue)
setHeadHeight
void setHeadHeight(int headHeight)
setHeadLabelPadding
void setHeadLabelPadding(int headLabelPadding)
setHeadWidth
void setHeadWidth(int headWidth)
setInitialSpace
void setInitialSpace(int initialSpace)
setLeftMargin
void setLeftMargin(int leftMargin)
setLineWrap
void setLineWrap(boolean lineWrap)
setLowerMargin
void setLowerMargin(int lowerMargin)
setMainLifelineWidth
void setMainLifelineWidth(int width)
setMessageLabelSpace
void setMessageLabelSpace(int messageLabelSpace)
setMessagePadding
void setMessagePadding(int messagePadding)
setReturnArrowVisible
void setReturnArrowVisible(boolean visible)
setNoteMargin
void setNoteMargin(int noteMargin)
setNotePadding
void setNotePadding(int notePadding)
setOpaqueMessageText
void setOpaqueMessageText(boolean opaqueMessageText)
setAllowMessageProperties
void setAllowMessageProperties(boolean on)
setRightMargin
void setRightMargin(int rightMargin)
setSelfMessageHorizontalSpace
void setSelfMessageHorizontalSpace(int selfMessageHorizontalSpace)
setSeparatorBottomMargin
void setSeparatorBottomMargin(int beforeFragmentText)
setSeparatorTopMargin
void setSeparatorTopMargin(int beforeSeparator)
setShouldShadowParticipants
void setShouldShadowParticipants(boolean shouldShadowParticipants)
setSpaceBeforeActivation
void setSpaceBeforeActivation(int spaceBeforeActivation)
setSpaceBeforeAnswerToSelf
void setSpaceBeforeAnswerToSelf(int spaceBeforeAnswerToSelf)
setSpaceBeforeConstruction
void setSpaceBeforeConstruction(int spaceBeforeConstruction)
setSpaceBeforeSelfMessage
void setSpaceBeforeSelfMessage(int spaceBeforeSelfMessage)
setSubLifelineWidth
void setSubLifelineWidth(int subLifelineWidth)
setTc0
void setTc0(Color tc0)
setTc1
void setTc1(Color tc1)
setTc2
void setTc2(Color tc2)
setTc3
void setTc3(Color tc3)
setTc4
void setTc4(Color tc4)
setTc5
void setTc5(Color tc5)
setTc6
void setTc6(Color tc6)
setTc7
void setTc7(Color tc7)
setTc8
void setTc8(Color tc8)
setTc9
void setTc9(Color tc9)
setThreaded
void setThreaded(boolean threaded)
setThreadNumbersVisible
void setThreadNumbersVisible(boolean threadNumbersVisible)
setUpperMargin
void setUpperMargin(int upperMargin)
setVerticallySplit
void setVerticallySplit(boolean verticallySplit)
Copyright © 2011. All Rights Reserved.