Uses of Class
net.miginfocom.layout.LC
Packages that use LC
-
Uses of LC in net.miginfocom.layout
Methods in net.miginfocom.layout that return LCModifier and TypeMethodDescriptionfinal LCSets both the alignX and alignY as the same time.final LCSame functionality assetAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true))only this method returnsthisfor chaining multiple calls.final LCSame functionality assetAlignY(ConstraintParser.parseUnitValueOrAlign(align, false))only this method returnsthisfor chaining multiple calls.final LCLC.bottomToTop()Same functionality as} only this method returnsinvalid @link
{@link #setTopToBottom(boolean false)thisfor chaining multiple calls.final LCLC.debug(int repaintMillis) Same functionality assetDebugMillis(int repaintMillis)only this method returnsthisfor chaining multiple calls.final LCLC.fill()Same functionality as} andinvalid @link
{@link #setFillX(boolean true)} conmbined.T his method returnsinvalid @link
{@link #setFillY(boolean true)thisfor chaining multiple calls.final LCLC.fillX()Same functionality as} only this method returnsinvalid @link
{@link #setFillX(boolean true)thisfor chaining multiple calls.final LCLC.fillY()Same functionality as} only this method returnsinvalid @link
{@link #setFillY(boolean true)thisfor chaining multiple calls.final LCLC.flowX()Same functionality as} only this method returnsinvalid @link
{@link #setFlowX(boolean true)thisfor chaining multiple calls.final LCLC.flowY()Same functionality as} only this method returnsinvalid @link
{@link #setFlowX(boolean false)thisfor chaining multiple calls.final LCSets both grid gaps at the same time. seegridGapX(String)andgridGapY(String).final LCSame functionality assetGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true))only this method returnsthisfor chaining multiple calls.final LCSame functionality assetGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false))only this method returnsthisfor chaining multiple calls.final LCThe height for the container as a min and/or preferref and/or maximum height.final LCLC.hideMode(int mode) Same functionality assetHideMode(int mode)only this method returnsthisfor chaining multiple calls.final LCSame functionality assetInsets(ConstraintParser.parseInsets(s, true)).final LCSets the different insets (expressed as aUnitValues, e.g. "10px" or "20mm") for the corresponding sides.final LCSets the same inset (expressed as aUnitValue, e.g. "10px" or "20mm") all around.final LCLC.leftToRight(boolean b) Same functionality assetLeftToRight(Boolean)only this method returnsthisfor chaining multiple calls.final LCThe maximum height for the container.final LCThe maximum width for the container.final LCThe minimum height for the container.final LCThe minimum width for the container.final LCLC.noCache()Same functionality as} only this method returnsinvalid @link
{@link #setNoCache(boolean true)thisfor chaining multiple calls.final LCLC.noGrid()Same functionality as} only this method returnsinvalid @link
{@link #setNoGrid(boolean true)thisfor chaining multiple calls.final LCLC.noVisualPadding()Same functionality as} only this method returnsinvalid @link
{@link #setVisualPadding(boolean false)thisfor chaining multiple calls.final LCLC.pack()Short for, and thus same as,.pack("pref", "pref").final LCSets the pack width and height.final LCLC.packAlign(float alignX, float alignY) Sets the pack width and height alignment.static LCConstraintParser.parseLayoutConstraint(String s) Parses the layout constraints and stores the parsed values in the transient (cache) member varables.final LCLC.rightToLeft()Same functionality as setLeftToRight(false) only this method returnsthisfor chaining multiple calls.final LCLC.topToBottom()Same functionality as} only this method returnsinvalid @link
{@link #setTopToBottom(boolean true)thisfor chaining multiple calls.final LCThe width for the container as a min and/or preferref and/or maximum width.final LCLC.wrap()Sets a wrap after the number of columns/rows that is defined in theAC.final LCLC.wrapAfter(int count) Same functionality assetWrapAfter(int)only this method returnsthisfor chaining multiple calls.Methods in net.miginfocom.layout with parameters of type LCModifier and TypeMethodDescriptionstatic final StringIDEUtil.getConstraintString(LC lc, boolean asAPI) Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.static final booleanLayoutUtil.isLeftToRight(LC lc, ContainerWrapper container) Returns if left-to-right orientation is used.Constructors in net.miginfocom.layout with parameters of type LCModifierConstructorDescriptionGrid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of LC in net.miginfocom.swing
Constructors in net.miginfocom.swing with parameters of type LC