com.alee.painter.package-info Maven / Gradle / Ivy
/*
* This file is part of WebLookAndFeel library.
*
* WebLookAndFeel library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* WebLookAndFeel 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with WebLookAndFeel library. If not, see .
*/
/**
* This package contains basic painters and decorations API.
*
* @author Mikle Garin
* @see com.alee.painter.Painter
* @see com.alee.painter.SectionPainter
* @see com.alee.painter.SpecificPainter
* @see com.alee.painter.decoration.IDecorationPainter
* @see com.alee.painter.decoration.IDecoration
* @see com.alee.painter.decoration.Stateful
* @see com.alee.painter.decoration.shape.IShape
* @see com.alee.painter.decoration.shadow.IShadow
* @see com.alee.painter.decoration.border.IBorder
* @see com.alee.painter.decoration.background.IBackground
* @see com.alee.painter.decoration.content.IContent
* @see com.alee.painter.decoration.layout.IContentLayout
* @see com.alee.painter.Paintable
* @see com.alee.painter.DefaultPainter
*/
package com.alee.painter;