All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wings.plaf.css.BorderCG Maven / Gradle / Ivy

The newest version!
// (c) copyright 2006 by eXXcellent solutions, Ulm. Author: bschmid

package org.wings.plaf.css;

import org.wings.io.Device;
import org.wings.SComponent;

import java.io.IOException;

/** This is not a 'real' CG class but a class collection rendering code for variois borders. */
public class BorderCG {

    public void writeComponentBorderPrefix(final Device device, final SComponent component) throws IOException {
    }

    public void writeComponentBorderSufix(final Device device, final SComponent component) throws IOException {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy