com.levigo.util.swing
Class LevigoSeparators

java.lang.Object
  extended by com.levigo.util.swing.LevigoSeparators

Deprecated. This class will be removed in future releases. If you would like to continue using this class, please contact us and we will provide you the source code.

@Deprecated
public class LevigoSeparators
extends Object

A utility class that draws line separators in different styles.

Author:
Daniela Gehle

Nested Class Summary
static class LevigoSeparators.AbstractLineSeparator
          Deprecated. An abstract superclass for all separator implementations around here.
static class LevigoSeparators.BlueLineSeparator
          Deprecated. Draws a blue line filling the available space.
static class LevigoSeparators.DoubleLineSeparator
          Deprecated. Draws a double line filling the available space.
static class LevigoSeparators.PlainSeparator
          Deprecated.  
static class LevigoSeparators.SingleLineSeparator
          Deprecated. Draws a single line filling the available space.
 
Field Summary
static int HORIZONTAL
          Deprecated.  
static int VERTICAL
          Deprecated.  
 
Constructor Summary
LevigoSeparators()
          Deprecated.  
 
Method Summary
static JComponent createBlueLineSeparator()
          Deprecated. Draws a horizontal blue line filling the available space.
static JComponent createDoubleLineSeparator()
          Deprecated. Draws a double line filling the available space.
static JComponent createDoubleLineSeparator(int inset)
          Deprecated. Draws a double line with the given inset.
static JComponent createDoubleLineSeparator(int inset, int orientation)
          Deprecated. Draws a double line with the given inset and orientation.
static JComponent createSingleLineSeparator()
          Deprecated. Draws a single line filling the available space.
static JComponent createSingleLineSeparator(int inset)
          Deprecated. Draws a single line with the given inset.
static JComponent createSingleLineSeparator(int inset, int orientation)
          Deprecated. Draws a single line with the given inset and orientation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERTICAL

public static int VERTICAL
Deprecated. 

HORIZONTAL

public static int HORIZONTAL
Deprecated. 
Constructor Detail

LevigoSeparators

@CallOnEDT
public LevigoSeparators()
Deprecated. 
Method Detail

createBlueLineSeparator

@CallOnEDT
public static JComponent createBlueLineSeparator()
Deprecated. 
Draws a horizontal blue line filling the available space.


createDoubleLineSeparator

@CallOnEDT
public static JComponent createDoubleLineSeparator()
Deprecated. 
Draws a double line filling the available space. Default: vertical.


createDoubleLineSeparator

@CallOnEDT
public static JComponent createDoubleLineSeparator(int inset)
Deprecated. 
Draws a double line with the given inset. Default: vertical.


createDoubleLineSeparator

@CallOnEDT
public static JComponent createDoubleLineSeparator(int inset,
                                                             int orientation)
Deprecated. 
Draws a double line with the given inset and orientation. Permitted values for orientation are LevigoSeparators.VERTICAL and LevigoSeparators.HORIZONTAL.

Parameters:
inset - the number of Pixels used for padding the separator
orientation - the orientation of the separator; one of LevigoSeparators.VERTICAL and LevigoSeparators.HORIZONTAL

createSingleLineSeparator

@CallOnEDT
public static JComponent createSingleLineSeparator()
Deprecated. 
Draws a single line filling the available space. Default: vertical.


createSingleLineSeparator

@CallOnEDT
public static JComponent createSingleLineSeparator(int inset)
Deprecated. 
Draws a single line with the given inset. Default: vertical.


createSingleLineSeparator

@CallOnEDT
public static JComponent createSingleLineSeparator(int inset,
                                                             int orientation)
Deprecated. 
Draws a single line with the given inset and orientation. Permitted values for orientation are LevigoSeparators.VERTICAL and LevigoSeparators.HORIZONTAL.

Parameters:
inset - the number of Pixels used for padding the separator
orientation - the orientation of the separator; one of LevigoSeparators.VERTICAL and LevigoSeparators.HORIZONTAL


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.