Uses of Class
kg.apc.jmeter.gui.ComponentBorder.Edge
-
Packages that use ComponentBorder.Edge Package Description kg.apc.jmeter.gui -
-
Uses of ComponentBorder.Edge in kg.apc.jmeter.gui
Methods in kg.apc.jmeter.gui that return ComponentBorder.Edge Modifier and Type Method Description ComponentBorder.EdgeComponentBorder. getEdge()Get the Edge the component is positioned alongstatic ComponentBorder.EdgeComponentBorder.Edge. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComponentBorder.Edge[]ComponentBorder.Edge. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in kg.apc.jmeter.gui with parameters of type ComponentBorder.Edge Modifier and Type Method Description voidComponentBorder. setEdge(ComponentBorder.Edge edge)Set the Edge the component is positioned alongConstructors in kg.apc.jmeter.gui with parameters of type ComponentBorder.Edge Constructor Description ComponentBorder(javax.swing.JComponent component, ComponentBorder.Edge edge)Convenience constructor that uses the default alignment (CENTER).ComponentBorder(javax.swing.JComponent component, ComponentBorder.Edge edge, float alignment)Main constructor to create a ComponentBorder.
-