Package net.infonode.properties.gui
Class InternalPropertiesUtil
- java.lang.Object
-
- net.infonode.properties.gui.InternalPropertiesUtil
-
public class InternalPropertiesUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
-