net.sf.sdedit.config
Interface Configuration

All Superinterfaces:
DataObject

public interface Configuration
extends DataObject


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

Method Detail

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.