Download Implementierung eines Statechart-Editors mit layoutbasierten
Transcript
404
680
670
660
650
640
630
public static void t o g g l e S h o w S t a t e A c t i o n s () {
setProperty (" s h o w S t a t e A c t i o n s " , (! g e t S h o w S t a t e A c t i o n s () ) + "") ;
/**
* Returns the m o r p h i n g L a y o u t e r B o r d e r D i s t a n c e .
* @return .
*/
public static int g e t M o r p h i n g L a y o u t e r B o r d e r D i s t a n c e () {
return getInt (" m o r p h i n g L a y o u t e r B o r d e r D i s t a n c e ") ;
}
/**
* Returns the m o r p h i n g L a y o u t e r S p e e d .
* @return .
*/
public static int g e t M o r p h i n g L a y o u t e r S p e e d () {
return getInt (" m o r p h i n g L a y o u t e r S p e e d ") ;
}
/**
* .
*
*/
public static void t o g g l e S h o w C o m p o s i t e S t a t e E v e n t s () {
setProperty (" s h o w C o m p o s i t e S t a t e E v e n t s " ,
(! g e t S h o w C o m p o s i t e S t a t e E v e n t s () ) + "") ;
}
/**
* Returns the s h o w S t a t e A c t i o n s .
* @return .
*/
public static boolean g e t S h o w C o m p o s i t e S t a t e E v e n t s () {
return getBoolean (" s h o w C o m p o s i t e S t a t e E v e n t s ") ;
}
/**
* .
*
*/
public static void t o g g l e S h o w C o m p o s i t e S t a t e V a r i a b l e s () {
setProperty (" s h o w C o m p o s i t e S t a t e V a r i a b l e s " ,
(! g e t S h o w C o m p o s i t e S t a t e V a r i a b l e s () ) + "") ;
}
/**
* Returns the s h o w S t a t e A c t i o n s .
* @return .
*/
public static boolean g e t S h o w C o m p o s i t e S t a t e V a r i a b l e s () {
return getBoolean (" s h o w C o m p o s i t e S t a t e V a r i a b l e s ") ;
}
}
730
720
710
700
690
/**
* Returns the validAreaBorder .
* @return .
*/
public static int g e tV a li d A re a Bo r de r () {
return getInt (" validAreaBorder ") ;
/**
* Returns the i ni t ia l G ra p hO f f se t .
* @return .
*/
public static int g e t I n i t i a l G r a p h O f f s e t () {
return getInt (" i ni t i al G ra p h Of f se t ") ;
}
/**
* Returns the p la c eO f D ee p Hi s t or y .
* @return .
*/
public static Point g e t P l a c e O f D e e p H i s t o r y () {
return getPoint (" pl a c eO f De e pH i s to r y ") ;
}
/**
* Returns the defaul tRootState .
* @return .
*/
public static Dimension g e t D e f a u l t R o o t S t a t e () {
return getDimension (" defaul tRootState ") ;
}
/**
* Returns the defaultNode .
* @return .
*/
public static Dimension getDefaultNode () {
return getDimension (" defaultNode ") ;
}
/**
* Returns the defaultState .
* @return .
*/
public static Dimension getDefaultState () {
return getDimension (" defaultState ") ;
}
/**
* Returns the m o r p h i n g L a y o u t e r C h e c k I n t e r v a l .
* @return .
*/
public static int g e t M o r p h i n g L a y o u t e r C h e c k I n t e r v a l () {
return getInt (" m o r p h i n g L a y o u t e r C h e c k I n t e r v a l ") ;
}
A. Java-Programm-Quelltext