/* * $Id: CSS2PropertiesImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $ * * CSS Parser Project * * Copyright (C) 1999-2005 David Schweinsberg. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * To contact the authors of the library: * * http://cssparser.sourceforge.net/ * mailto:davidsch@users.sourceforge.net */ package com.steadystate.css.dom; import java.io.Serializable; import org.w3c.dom.DOMException; import org.w3c.dom.css.CSS2Properties; /** * Implementation of {@link CSS2Properties}. * * TODO: Implement. * * @author <a href="mailto:davidsch@users.sourceforge.net">David Schweinsberg</a> * @version $Id: CSS2PropertiesImpl.java,v 1.2 2008/03/26 02:17:24 sdanig Exp $ */ public class CSS2PropertiesImpl implements CSS2Properties, Serializable { private static final long serialVersionUID = 6769757755750030077L; /** Creates new CSS2PropertiesImpl */ public CSS2PropertiesImpl() { } public String getAzimuth() { return null; } public void setAzimuth(String azimuth) throws DOMException { } public String getBackground() { return null; } public void setBackground(String background) throws DOMException { } public String getBackgroundAttachment() { return null; } public void setBackgroundAttachment(String backgroundAttachment) throws DOMException { } public String getBackgroundColor() { return null; } public void setBackgroundColor(String backgroundColor) throws DOMException { } public String getBackgroundImage() { return null; } public void setBackgroundImage(String backgroundImage) throws DOMException { } public String getBackgroundPosition() { return null; } public void setBackgroundPosition(String backgroundPosition) throws DOMException { } public String getBackgroundRepeat() { return null; } public void setBackgroundRepeat(String backgroundRepeat) throws DOMException { } public String getBorder() { return null; } public void setBorder(String border) throws DOMException { } public String getBorderCollapse() { return null; } public void setBorderCollapse(String borderCollapse) throws DOMException { } public String getBorderColor() { return null; } public void setBorderColor(String borderColor) throws DOMException { } public String getBorderSpacing() { return null; } public void setBorderSpacing(String borderSpacing) throws DOMException { } public String getBorderStyle() { return null; } public void setBorderStyle(String borderStyle) throws DOMException { } public String getBorderTop() { return null; } public void setBorderTop(String borderTop) throws DOMException { } public String getBorderRight() { return null; } public void setBorderRight(String borderRight) throws DOMException { } public String getBorderBottom() { return null; } public void setBorderBottom(String borderBottom) throws DOMException { } public String getBorderLeft() { return null; } public void setBorderLeft(String borderLeft) throws DOMException { } public String getBorderTopColor() { return null; } public void setBorderTopColor(String borderTopColor) throws DOMException { } public String getBorderRightColor() { return null; } public void setBorderRightColor(String borderRightColor) throws DOMException { } public String getBorderBottomColor() { return null; } public void setBorderBottomColor(String borderBottomColor) throws DOMException { } public String getBorderLeftColor() { return null; } public void setBorderLeftColor(String borderLeftColor) throws DOMException { } public String getBorderTopStyle() { return null; } public void setBorderTopStyle(String borderTopStyle) throws DOMException { } public String getBorderRightStyle() { return null; } public void setBorderRightStyle(String borderRightStyle) throws DOMException { } public String getBorderBottomStyle() { return null; } public void setBorderBottomStyle(String borderBottomStyle) throws DOMException { } public String getBorderLeftStyle() { return null; } public void setBorderLeftStyle(String borderLeftStyle) throws DOMException { } public String getBorderTopWidth() { return null; } public void setBorderTopWidth(String borderTopWidth) throws DOMException { } public String getBorderRightWidth() { return null; } public void setBorderRightWidth(String borderRightWidth) throws DOMException { } public String getBorderBottomWidth() { return null; } public void setBorderBottomWidth(String borderBottomWidth) throws DOMException { } public String getBorderLeftWidth() { return null; } public void setBorderLeftWidth(String borderLeftWidth) throws DOMException { } public String getBorderWidth() { return null; } public void setBorderWidth(String borderWidth) throws DOMException { } public String getBottom() { return null; } public void setBottom(String bottom) throws DOMException { } public String getCaptionSide() { return null; } public void setCaptionSide(String captionSide) throws DOMException { } public String getClear() { return null; } public void setClear(String clear) throws DOMException { } public String getClip() { return null; } public void setClip(String clip) throws DOMException { } public String getColor() { return null; } public void setColor(String color) throws DOMException { } public String getContent() { return null; } public void setContent(String content) throws DOMException { } public String getCounterIncrement() { return null; } public void setCounterIncrement(String counterIncrement) throws DOMException { } public String getCounterReset() { return null; } public void setCounterReset(String counterReset) throws DOMException { } public String getCue() { return null; } public void setCue(String cue) throws DOMException { } public String getCueAfter() { return null; } public void setCueAfter(String cueAfter) throws DOMException { } public String getCueBefore() { return null; } public void setCueBefore(String cueBefore) throws DOMException { } public String getCursor() { return null; } public void setCursor(String cursor) throws DOMException { } public String getDirection() { return null; } public void setDirection(String direction) throws DOMException { } public String getDisplay() { return null; } public void setDisplay(String display) throws DOMException { } public String getElevation() { return null; } public void setElevation(String elevation) throws DOMException { } public String getEmptyCells() { return null; } public void setEmptyCells(String emptyCells) throws DOMException { } public String getCssFloat() { return null; } public void setCssFloat(String cssFloat) throws DOMException { } public String getFont() { return null; } public void setFont(String font) throws DOMException { } public String getFontFamily() { return null; } public void setFontFamily(String fontFamily) throws DOMException { } public String getFontSize() { return null; } public void setFontSize(String fontSize) throws DOMException { } public String getFontSizeAdjust() { return null; } public void setFontSizeAdjust(String fontSizeAdjust) throws DOMException { } public String getFontStretch() { return null; } public void setFontStretch(String fontStretch) throws DOMException { } public String getFontStyle() { return null; } public void setFontStyle(String fontStyle) throws DOMException { } public String getFontVariant() { return null; } public void setFontVariant(String fontVariant) throws DOMException { } public String getFontWeight() { return null; } public void setFontWeight(String fontWeight) throws DOMException { } public String getHeight() { return null; } public void setHeight(String height) throws DOMException { } public String getLeft() { return null; } public void setLeft(String left) throws DOMException { } public String getLetterSpacing() { return null; } public void setLetterSpacing(String letterSpacing) throws DOMException { } public String getLineHeight() { return null; } public void setLineHeight(String lineHeight) throws DOMException { } public String getListStyle() { return null; } public void setListStyle(String listStyle) throws DOMException { } public String getListStyleImage() { return null; } public void setListStyleImage(String listStyleImage) throws DOMException { } public String getListStylePosition() { return null; } public void setListStylePosition(String listStylePosition) throws DOMException { } public String getListStyleType() { return null; } public void setListStyleType(String listStyleType) throws DOMException { } public String getMargin() { return null; } public void setMargin(String margin) throws DOMException { } public String getMarginTop() { return null; } public void setMarginTop(String marginTop) throws DOMException { } public String getMarginRight() { return null; } public void setMarginRight(String marginRight) throws DOMException { } public String getMarginBottom() { return null; } public void setMarginBottom(String marginBottom) throws DOMException { } public String getMarginLeft() { return null; } public void setMarginLeft(String marginLeft) throws DOMException { } public String getMarkerOffset() { return null; } public void setMarkerOffset(String markerOffset) throws DOMException { } public String getMarks() { return null; } public void setMarks(String marks) throws DOMException { } public String getMaxHeight() { return null; } public void setMaxHeight(String maxHeight) throws DOMException { } public String getMaxWidth() { return null; } public void setMaxWidth(String maxWidth) throws DOMException { } public String getMinHeight() { return null; } public void setMinHeight(String minHeight) throws DOMException { } public String getMinWidth() { return null; } public void setMinWidth(String minWidth) throws DOMException { } public String getOrphans() { return null; } public void setOrphans(String orphans) throws DOMException { } public String getOutline() { return null; } public void setOutline(String outline) throws DOMException { } public String getOutlineColor() { return null; } public void setOutlineColor(String outlineColor) throws DOMException { } public String getOutlineStyle() { return null; } public void setOutlineStyle(String outlineStyle) throws DOMException { } public String getOutlineWidth() { return null; } public void setOutlineWidth(String outlineWidth) throws DOMException { } public String getOverflow() { return null; } public void setOverflow(String overflow) throws DOMException { } public String getPadding() { return null; } public void setPadding(String padding) throws DOMException { } public String getPaddingTop() { return null; } public void setPaddingTop(String paddingTop) throws DOMException { } public String getPaddingRight() { return null; } public void setPaddingRight(String paddingRight) throws DOMException { } public String getPaddingBottom() { return null; } public void setPaddingBottom(String paddingBottom) throws DOMException { } public String getPaddingLeft() { return null; } public void setPaddingLeft(String paddingLeft) throws DOMException { } public String getPage() { return null; } public void setPage(String page) throws DOMException { } public String getPageBreakAfter() { return null; } public void setPageBreakAfter(String pageBreakAfter) throws DOMException { } public String getPageBreakBefore() { return null; } public void setPageBreakBefore(String pageBreakBefore) throws DOMException { } public String getPageBreakInside() { return null; } public void setPageBreakInside(String pageBreakInside) throws DOMException { } public String getPause() { return null; } public void setPause(String pause) throws DOMException { } public String getPauseAfter() { return null; } public void setPauseAfter(String pauseAfter) throws DOMException { } public String getPauseBefore() { return null; } public void setPauseBefore(String pauseBefore) throws DOMException { } public String getPitch() { return null; } public void setPitch(String pitch) throws DOMException { } public String getPitchRange() { return null; } public void setPitchRange(String pitchRange) throws DOMException { } public String getPlayDuring() { return null; } public void setPlayDuring(String playDuring) throws DOMException { } public String getPosition() { return null; } public void setPosition(String position) throws DOMException { } public String getQuotes() { return null; } public void setQuotes(String quotes) throws DOMException { } public String getRichness() { return null; } public void setRichness(String richness) throws DOMException { } public String getRight() { return null; } public void setRight(String right) throws DOMException { } public String getSize() { return null; } public void setSize(String size) throws DOMException { } public String getSpeak() { return null; } public void setSpeak(String speak) throws DOMException { } public String getSpeakHeader() { return null; } public void setSpeakHeader(String speakHeader) throws DOMException { } public String getSpeakNumeral() { return null; } public void setSpeakNumeral(String speakNumeral) throws DOMException { } public String getSpeakPunctuation() { return null; } public void setSpeakPunctuation(String speakPunctuation) throws DOMException { } public String getSpeechRate() { return null; } public void setSpeechRate(String speechRate) throws DOMException { } public String getStress() { return null; } public void setStress(String stress) throws DOMException { } public String getTableLayout() { return null; } public void setTableLayout(String tableLayout) throws DOMException { } public String getTextAlign() { return null; } public void setTextAlign(String textAlign) throws DOMException { } public String getTextDecoration() { return null; } public void setTextDecoration(String textDecoration) throws DOMException { } public String getTextIndent() { return null; } public void setTextIndent(String textIndent) throws DOMException { } public String getTextShadow() { return null; } public void setTextShadow(String textShadow) throws DOMException { } public String getTextTransform() { return null; } public void setTextTransform(String textTransform) throws DOMException { } public String getTop() { return null; } public void setTop(String top) throws DOMException { } public String getUnicodeBidi() { return null; } public void setUnicodeBidi(String unicodeBidi) throws DOMException { } public String getVerticalAlign() { return null; } public void setVerticalAlign(String verticalAlign) throws DOMException { } public String getVisibility() { return null; } public void setVisibility(String visibility) throws DOMException { } public String getVoiceFamily() { return null; } public void setVoiceFamily(String voiceFamily) throws DOMException { } public String getVolume() { return null; } public void setVolume(String volume) throws DOMException { } public String getWhiteSpace() { return null; } public void setWhiteSpace(String whiteSpace) throws DOMException { } public String getWidows() { return null; } public void setWidows(String widows) throws DOMException { } public String getWidth() { return null; } public void setWidth(String width) throws DOMException { } public String getWordSpacing() { return null; } public void setWordSpacing(String wordSpacing) throws DOMException { } public String getZIndex() { return null; } public void setZIndex(String zIndex) throws DOMException { } }