net.infonode.properties.gui
Class InternalPropertiesUtil

java.lang.Object
  extended by net.infonode.properties.gui.InternalPropertiesUtil

public class InternalPropertiesUtil
extends java.lang.Object

Version:
$Revision: 1.5 $
Author:
$Author: jesper $

Constructor Summary
private InternalPropertiesUtil()
           
 
Method Summary
static void applyTo(ShapedPanelProperties properties, ShapedPanel panel)
          Applies the property values to a shaped panel.
static void applyTo(ShapedPanelProperties properties, ShapedPanel panel, Direction d)
          Applies the property values to a shaped panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalPropertiesUtil

private InternalPropertiesUtil()
Method Detail

applyTo

public static final void applyTo(ShapedPanelProperties properties,
                                 ShapedPanel panel)
Applies the property values to a shaped panel.

Parameters:
panel - the shaped panel on which to apply the property values

applyTo

public static final void applyTo(ShapedPanelProperties properties,
                                 ShapedPanel panel,
                                 Direction d)
Applies the property values to a shaped panel.

Parameters:
panel - the shaped panel on which to apply the property values